#26CB12

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

Shades of Lime Green #26CB12

Tints of Lime Green #26CB12

Color information

#26CB12 (or 0x26CB12) is unknown color: approx Lime Green. HEX triplet: 26, CB and 12. RGB value is (38,203,18). Sum of RGB (Red+Green+Blue) = 38+203+18=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 203 (79.69% from 255 or 78.38% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 203 - color contains mainly: green. Hex color #26CB12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26CB12 is #D934ED. Grayscale: #858585. Windows color (decimal): -14234862 or 1231654. OLE color: 1231654.

HSL color Cylindrical-coordinate representation of color #26CB12: hue angle of 113.51º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #26CB12 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB3820318-
CMYK0.8100.910.20
HSL113.51º83.71%43.33%-
HSV(B)113.51º91.13%79.61%-
XYZ22.2643.177.73-
YUV132.5763.3460.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.67%
GREEN value IS 203 (79.69% from 255) = 78.38%
BLUE value IS 18 (7.42% from 255) = 6.95%
R=14.67%
G=78.38%
B=6.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal38203180.8100.910.20113.5183.7143.33
Hex26CB125105B1472542b
Octal463132212101332416212453
Binary10011011001011100101010001010110111010011100101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26CB12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,203,18); }

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

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

 a { background-color: rgb(38,203,18); }

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

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

 span { border-color: rgb(38,203,18); }

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