#36C14D

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

Shades of Lime Green #36C14D

Tints of Lime Green #36C14D

Color information

#36C14D (or 0x36C14D) is unknown color: approx Lime Green. HEX triplet: 36, C1 and 4D. RGB value is (54,193,77). Sum of RGB (Red+Green+Blue) = 54+193+77=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 193 (75.78% from 255 or 59.57% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 193 - color contains mainly: green. Hex color #36C14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36C14D is #C93EB2. Grayscale: #8A8A8A. Windows color (decimal): -13188787 or 5095734. OLE color: 5095734.

HSL color Cylindrical-coordinate representation of color #36C14D: hue angle of 129.93º 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 #36C14D is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB5419377-
CMYK0.7200.600.24
HSL129.93º56.28%48.43%-
HSV(B)129.93º72.02%75.69%-
XYZ21.9339.4613.48-
YUV138.2293.4567.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.67%
GREEN value IS 193 (75.78% from 255) = 59.57%
BLUE value IS 77 (30.47% from 255) = 23.77%
R=16.67%
G=59.57%
B=23.77%

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
Decimal54193770.7200.600.24129.9356.2848.43
Hex36C14D4803C18823830
Octal66301115110074302027060
Binary110110110000011001101100100001111001100010000010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36C14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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