#36B828

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

Shades of Lime Green #36B828

Tints of Lime Green #36B828

Color information

#36B828 (or 0x36B828) is unknown color: approx Lime Green. HEX triplet: 36, B8 and 28. RGB value is (54,184,40). Sum of RGB (Red+Green+Blue) = 54+184+40=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 184 (72.27% from 255 or 66.19% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 184 - color contains mainly: green. Hex color #36B828 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36B828 is #C947D7. Grayscale: #818181. Windows color (decimal): -13191128 or 2668598. OLE color: 2668598.

HSL color Cylindrical-coordinate representation of color #36B828: hue angle of 114.17º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36B828 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB5418440-
CMYK0.7100.780.28
HSL114.17º64.29%43.92%-
HSV(B)114.17º78.26%72.16%-
XYZ19.0435.227.8-
YUV128.7177.9374.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.42%
GREEN value IS 184 (72.27% from 255) = 66.19%
BLUE value IS 40 (16.02% from 255) = 14.39%
R=19.42%
G=66.19%
B=14.39%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal54184400.7100.780.28114.1764.2943.92
Hex36B8284704E1C72402c
Octal662705010701163416210054
Binary110110101110001010001000111010011101110011100101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36B828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,184,40); }

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

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

 a { background-color: rgb(54,184,40); }

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

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

 span { border-color: rgb(54,184,40); }

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