#25AF2C

Color #25AF2C Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #25AF2C

Tints of Lime Green #25AF2C

Color information

#25AF2C (or 0x25AF2C) is unknown color: approx Lime Green. HEX triplet: 25, AF and 2C. RGB value is (37,175,44). Sum of RGB (Red+Green+Blue) = 37+175+44=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 175 (68.75% from 255 or 68.36% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 175 - color contains mainly: green. Hex color #25AF2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25AF2C is #DA50D3. Grayscale: #777777. Windows color (decimal): -14307540 or 2928421. OLE color: 2928421.

HSL color Cylindrical-coordinate representation of color #25AF2C: hue angle of 123.04º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25AF2C is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB3717544-
CMYK0.7900.750.31
HSL123.04º65.09%41.57%-
HSV(B)123.04º78.86%68.63%-
XYZ16.5531.247.54-
YUV118.885.7869.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 14.45%
GREEN value IS 175 (68.75% from 255) = 68.36%
BLUE value IS 44 (17.58% from 255) = 17.19%
R=14.45%
G=68.36%
B=17.19%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal37175440.7900.750.31123.0465.0941.57
Hex25AF2C4F04B1F7b412a
Octal452575411701133717310152
Binary100101101011111011001001111010010111111111110111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25AF2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25AF2C; }

 p { color: rgb(37,175,44); }

 H1.HeaderClassName
 {
   color: #25AF2C;
 }
 .AnyTagClassName
 {
   color: #25AF2C;
 }
</style>
background-color css

<style>
 a { background-color: #25AF2C; }

 a { background-color: rgb(37,175,44); }

 div.DivClassName
 {
   background-color: #25AF2C;
 }
 .BgClassName
 {
   background-color: #25AF2C;
 }
</style>
border-color css

<style>
 span { border-color: #25AF2C; }

 span { border-color: rgb(37,175,44); }

 td.TdClassName
 {
   border-color: #25AF2C;
 }
 .TagClassName
 {
   border-color: #25AF2C;
 }
</style>