#26DE1D

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

Shades of Lime Green #26DE1D

Tints of Lime Green #26DE1D

Color information

#26DE1D (or 0x26DE1D) is unknown color: approx Lime Green. HEX triplet: 26, DE and 1D. RGB value is (38,222,29). Sum of RGB (Red+Green+Blue) = 38+222+29=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 222 (87.11% from 255 or 76.82% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 222 - color contains mainly: green. Hex color #26DE1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26DE1D is #D921E2. Grayscale: #919191. Windows color (decimal): -14229987 or 1957414. OLE color: 1957414.

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

Color convert

RGB3822229-
CMYK0.8300.870.13
HSL117.2º76.89%49.22%-
HSV(B)117.2º86.94%87.06%-
XYZ27.1452.749.91-
YUV144.9862.5451.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.15%
GREEN value IS 222 (87.11% from 255) = 76.82%
BLUE value IS 29 (11.72% from 255) = 10.03%
R=13.15%
G=76.82%
B=10.03%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal38222290.8300.870.13117.276.8949.22
Hex26DE1D53057D754d31
Octal463363512301271516511561
Binary1001101101111011101101001101010111110111101011001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26DE1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,222,29); }

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

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

 a { background-color: rgb(38,222,29); }

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

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

 span { border-color: rgb(38,222,29); }

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