#26BF12

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

Shades of Lime Green #26BF12

Tints of Lime Green #26BF12

Color information

#26BF12 (or 0x26BF12) is unknown color: approx Lime Green. HEX triplet: 26, BF and 12. RGB value is (38,191,18). Sum of RGB (Red+Green+Blue) = 38+191+18=247 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.38% from 247); Green value is 191 (75% from 255 or 77.33% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 191 - color contains mainly: green. Hex color #26BF12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26BF12 is #D940ED. Grayscale: #7E7E7E. Windows color (decimal): -14237934 or 1228582. OLE color: 1228582.

HSL color Cylindrical-coordinate representation of color #26BF12: hue angle of 113.06º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #26BF12 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB3819118-
CMYK0.8000.910.25
HSL113.06º82.78%40.98%-
HSV(B)113.06º90.58%74.9%-
XYZ19.5437.726.82-
YUV125.5367.3165.57-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.38%
GREEN value IS 191 (75% from 255) = 77.33%
BLUE value IS 18 (7.42% from 255) = 7.29%
R=15.38%
G=77.33%
B=7.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38191180.8000.910.25113.0682.7840.98
Hex26BF125005B19715329
Octal462772212001333116112351
Binary10011010111111100101010000010110111100111100011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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