#36C448

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

Shades of Lime Green #36C448

Tints of Lime Green #36C448

Color information

#36C448 (or 0x36C448) is unknown color: approx Lime Green. HEX triplet: 36, C4 and 48. RGB value is (54,196,72). Sum of RGB (Red+Green+Blue) = 54+196+72=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 196 (76.95% from 255 or 60.87% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 196 - color contains mainly: green. Hex color #36C448 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C448 is #C93BB7. Grayscale: #8B8B8B. Windows color (decimal): -13188024 or 4768822. OLE color: 4768822.

HSL color Cylindrical-coordinate representation of color #36C448: hue angle of 127.61º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36C448 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB5419672-
CMYK0.7200.630.23
HSL127.61º56.8%49.02%-
HSV(B)127.61º72.45%76.86%-
XYZ22.4340.7312.81-
YUV139.4189.9667.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.77%
GREEN value IS 196 (76.95% from 255) = 60.87%
BLUE value IS 72 (28.52% from 255) = 22.36%
R=16.77%
G=60.87%
B=22.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal54196720.7200.630.23127.6156.849.02
Hex36C4484803F17803931
Octal66304110110077272007161
Binary110110110001001001000100100001111111011110000000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36C448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,196,72); }

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

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

 a { background-color: rgb(54,196,72); }

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

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

 span { border-color: rgb(54,196,72); }

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