#36DC25

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

Shades of Lime Green #36DC25

Tints of Lime Green #36DC25

Color information

#36DC25 (or 0x36DC25) is unknown color: approx Lime Green. HEX triplet: 36, DC and 25. RGB value is (54,220,37). Sum of RGB (Red+Green+Blue) = 54+220+37=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 220 (86.33% from 255 or 70.74% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 220 - color contains mainly: green. Hex color #36DC25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36DC25 is #C923DA. Grayscale: #969696. Windows color (decimal): -13181915 or 2481206. OLE color: 2481206.

HSL color Cylindrical-coordinate representation of color #36DC25: hue angle of 114.43º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #36DC25 is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB5422037-
CMYK0.7500.830.14
HSL114.43º72.33%50.39%-
HSV(B)114.43º83.18%86.27%-
XYZ27.4552.110.36-
YUV149.564.559.88-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.36%
GREEN value IS 220 (86.33% from 255) = 70.74%
BLUE value IS 37 (14.84% from 255) = 11.90%
R=17.36%
G=70.74%
B=11.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal54220370.7500.830.14114.4372.3350.39
Hex36DC254B053E724832
Octal663344511301231616211062
Binary11011011011100100101100101101010011111011100101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36DC25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,220,37); }

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

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

 a { background-color: rgb(54,220,37); }

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

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

 span { border-color: rgb(54,220,37); }

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