#26DB0C

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

Shades of Lime Green #26DB0C

Tints of Lime Green #26DB0C

Color information

#26DB0C (or 0x26DB0C) is unknown color: approx Lime Green. HEX triplet: 26, DB and 0C. RGB value is (38,219,12). Sum of RGB (Red+Green+Blue) = 38+219+12=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 219 (85.94% from 255 or 81.41% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 219 - color contains mainly: green. Hex color #26DB0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26DB0C is #D924F3. Grayscale: #8D8D8D. Windows color (decimal): -14230772 or 842534. OLE color: 842534.

HSL color Cylindrical-coordinate representation of color #26DB0C: hue angle of 112.46º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #26DB0C is Cyan = 0.83, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB3821912-
CMYK0.8300.950.14
HSL112.46º89.61%45.29%-
HSV(B)112.46º94.52%85.88%-
XYZ26.251.18.83-
YUV141.2855.0354.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.13%
GREEN value IS 219 (85.94% from 255) = 81.41%
BLUE value IS 12 (5.08% from 255) = 4.46%
R=14.13%
G=81.41%
B=4.46%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal38219120.8300.950.14112.4689.6145.29
Hex26DBC5305FE705a2d
Octal463331412301371616013255
Binary100110110110111100101001101011111111011100001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26DB0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,219,12); }

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

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

 a { background-color: rgb(38,219,12); }

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

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

 span { border-color: rgb(38,219,12); }

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