#26B12A

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

Shades of Lime Green #26B12A

Tints of Lime Green #26B12A

Color information

#26B12A (or 0x26B12A) is unknown color: approx Lime Green. HEX triplet: 26, B1 and 2A. RGB value is (38,177,42). Sum of RGB (Red+Green+Blue) = 38+177+42=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 177 (69.53% from 255 or 68.87% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 177 - color contains mainly: green. Hex color #26B12A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26B12A is #D94ED5. Grayscale: #787878. Windows color (decimal): -14241494 or 2797862. OLE color: 2797862.

HSL color Cylindrical-coordinate representation of color #26B12A: hue angle of 121.73º 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 #26B12A is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB3817742-
CMYK0.7900.760.31
HSL121.73º64.65%42.16%-
HSV(B)121.73º78.53%69.41%-
XYZ16.9432.027.48-
YUV120.0583.9569.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.79%
GREEN value IS 177 (69.53% from 255) = 68.87%
BLUE value IS 42 (16.80% from 255) = 16.34%
R=14.79%
G=68.87%
B=16.34%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal38177420.7900.760.31121.7364.6542.16
Hex26B12A4F04C1F7a412a
Octal462615211701143717210152
Binary100110101100011010101001111010011001111111110101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26B12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,177,42); }

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

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

 a { background-color: rgb(38,177,42); }

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

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

 span { border-color: rgb(38,177,42); }

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