#26DF14

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

Shades of Lime Green #26DF14

Tints of Lime Green #26DF14

Color information

#26DF14 (or 0x26DF14) is unknown color: approx Lime Green. HEX triplet: 26, DF and 14. RGB value is (38,223,20). Sum of RGB (Red+Green+Blue) = 38+223+20=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 223 (87.5% from 255 or 79.36% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 223 - color contains mainly: green. Hex color #26DF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26DF14 is #D920EB. Grayscale: #919191. Windows color (decimal): -14229740 or 1367846. OLE color: 1367846.

HSL color Cylindrical-coordinate representation of color #26DF14: hue angle of 114.68º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #26DF14 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB3822320-
CMYK0.8300.910.13
HSL114.68º83.54%47.65%-
HSV(B)114.68º91.03%87.45%-
XYZ27.3153.249.5-
YUV144.5457.7152.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.52%
GREEN value IS 223 (87.5% from 255) = 79.36%
BLUE value IS 20 (8.20% from 255) = 7.12%
R=13.52%
G=79.36%
B=7.12%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal38223200.8300.910.13114.6883.5447.65
Hex26DF145305BD735430
Octal463372412301331516312460
Binary1001101101111110100101001101011011110111100111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26DF14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,223,20); }

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

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

 a { background-color: rgb(38,223,20); }

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

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

 span { border-color: rgb(38,223,20); }

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