#36DF26

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

Shades of Lime Green #36DF26

Tints of Lime Green #36DF26

Color information

#36DF26 (or 0x36DF26) is unknown color: approx Lime Green. HEX triplet: 36, DF and 26. RGB value is (54,223,38). Sum of RGB (Red+Green+Blue) = 54+223+38=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 223 (87.5% from 255 or 70.79% from 315); Blue value is 38 (15.23% from 255 or 12.06% from 315); Max value from RGB is 223 - color contains mainly: green. Hex color #36DF26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36DF26 is #C920D9. Grayscale: #979797. Windows color (decimal): -13181146 or 2547510. OLE color: 2547510.

HSL color Cylindrical-coordinate representation of color #36DF26: hue angle of 114.81º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #36DF26 is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB5422338-
CMYK0.7600.830.13
HSL114.81º74.3%51.18%-
HSV(B)114.81º82.96%87.45%-
XYZ28.2653.710.71-
YUV151.3864.0158.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.14%
GREEN value IS 223 (87.5% from 255) = 70.79%
BLUE value IS 38 (15.23% from 255) = 12.06%
R=17.14%
G=70.79%
B=12.06%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal54223380.7600.830.13114.8174.351.18
Hex36DF264C053D734a33
Octal663374611401231516311263
Binary11011011011111100110100110001010011110111100111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36DF26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36DF26; }

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

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

<style>
 a { background-color: #36DF26; }

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

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

<style>
 span { border-color: #36DF26; }

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

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