#36C14E

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

Shades of Lime Green #36C14E

Tints of Lime Green #36C14E

Color information

#36C14E (or 0x36C14E) is unknown color: approx Lime Green. HEX triplet: 36, C1 and 4E. RGB value is (54,193,78). Sum of RGB (Red+Green+Blue) = 54+193+78=325 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.62% from 325); Green value is 193 (75.78% from 255 or 59.38% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 193 - color contains mainly: green. Hex color #36C14E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36C14E is #C93EB1. Grayscale: #8A8A8A. Windows color (decimal): -13188786 or 5161270. OLE color: 5161270.

HSL color Cylindrical-coordinate representation of color #36C14E: hue angle of 130.36º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36C14E is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB5419378-
CMYK0.7200.600.24
HSL130.36º56.28%48.43%-
HSV(B)130.36º72.02%75.69%-
XYZ21.9739.4713.67-
YUV138.3393.9567.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.62%
GREEN value IS 193 (75.78% from 255) = 59.38%
BLUE value IS 78 (30.86% from 255) = 24%
R=16.62%
G=59.38%
B=24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal54193780.7200.600.24130.3656.2848.43
Hex36C14E4803C18823830
Octal66301116110074302027060
Binary110110110000011001110100100001111001100010000010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36C14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,193,78); }

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

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

 a { background-color: rgb(54,193,78); }

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

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

 span { border-color: rgb(54,193,78); }

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