#36B126

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

Shades of Lime Green #36B126

Tints of Lime Green #36B126

Color information

#36B126 (or 0x36B126) is unknown color: approx Lime Green. HEX triplet: 36, B1 and 26. RGB value is (54,177,38). Sum of RGB (Red+Green+Blue) = 54+177+38=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 177 (69.53% from 255 or 65.80% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 177 - color contains mainly: green. Hex color #36B126 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36B126 is #C94ED9. Grayscale: #7C7C7C. Windows color (decimal): -13192922 or 2535734. OLE color: 2535734.

HSL color Cylindrical-coordinate representation of color #36B126: hue angle of 113.09º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36B126 is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB5417738-
CMYK0.6900.790.31
HSL113.09º64.65%42.16%-
HSV(B)113.09º78.53%69.41%-
XYZ17.5932.377.15-
YUV124.3879.2577.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.07%
GREEN value IS 177 (69.53% from 255) = 65.80%
BLUE value IS 38 (15.23% from 255) = 14.13%
R=20.07%
G=65.80%
B=14.13%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal54177380.6900.790.31113.0964.6542.16
Hex36B1264504F1F71412a
Octal662614610501173716110152
Binary110110101100011001101000101010011111111111100011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36B126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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