#36B138

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

Shades of Lime Green #36B138

Tints of Lime Green #36B138

Color information

#36B138 (or 0x36B138) is unknown color: approx Lime Green. HEX triplet: 36, B1 and 38. RGB value is (54,177,56). Sum of RGB (Red+Green+Blue) = 54+177+56=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 177 (69.53% from 255 or 61.67% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 177 - color contains mainly: green. Hex color #36B138 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36B138 is #C94EC7. Grayscale: #7E7E7E. Windows color (decimal): -13192904 or 3715382. OLE color: 3715382.

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

Color convert

RGB5417756-
CMYK0.6900.680.31
HSL120.98º53.25%45.29%-
HSV(B)120.98º69.49%69.41%-
XYZ17.9632.519.07-
YUV126.4388.2576.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.82%
GREEN value IS 177 (69.53% from 255) = 61.67%
BLUE value IS 56 (22.27% from 255) = 19.51%
R=18.82%
G=61.67%
B=19.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal54177560.6900.680.31120.9853.2545.29
Hex36B138450441F79352d
Octal66261701050104371716555
Binary11011010110001111000100010101000100111111111001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36B138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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