#26AF2C

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

Shades of Lime Green #26AF2C

Tints of Lime Green #26AF2C

Color information

#26AF2C (or 0x26AF2C) is unknown color: approx Lime Green. HEX triplet: 26, AF and 2C. RGB value is (38,175,44). Sum of RGB (Red+Green+Blue) = 38+175+44=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 175 (68.75% from 255 or 68.09% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 175 - color contains mainly: green. Hex color #26AF2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26AF2C is #D950D3. Grayscale: #777777. Windows color (decimal): -14242004 or 2928422. OLE color: 2928422.

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

Color convert

RGB3817544-
CMYK0.7800.750.31
HSL122.63º64.32%41.76%-
HSV(B)122.63º78.29%68.63%-
XYZ16.5831.257.54-
YUV119.185.6170.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.79%
GREEN value IS 175 (68.75% from 255) = 68.09%
BLUE value IS 44 (17.58% from 255) = 17.12%
R=14.79%
G=68.09%
B=17.12%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal38175440.7800.750.31122.6364.3241.76
Hex26AF2C4E04B1F7b402a
Octal462575411601133717310052
Binary100110101011111011001001110010010111111111110111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26AF2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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