#36C74C

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

Shades of Lime Green #36C74C

Tints of Lime Green #36C74C

Color information

#36C74C (or 0x36C74C) is unknown color: approx Lime Green. HEX triplet: 36, C7 and 4C. RGB value is (54,199,76). Sum of RGB (Red+Green+Blue) = 54+199+76=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 199 (78.12% from 255 or 60.49% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 199 - color contains mainly: green. Hex color #36C74C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C74C is #C938B3. Grayscale: #8D8D8D. Windows color (decimal): -13187252 or 5031734. OLE color: 5031734.

HSL color Cylindrical-coordinate representation of color #36C74C: hue angle of 129.1º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36C74C is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB5419976-
CMYK0.7300.620.22
HSL129.1º57.31%49.61%-
HSV(B)129.1º72.86%78.04%-
XYZ23.2542.1513.75-
YUV141.6290.9665.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.41%
GREEN value IS 199 (78.12% from 255) = 60.49%
BLUE value IS 76 (30.08% from 255) = 23.10%
R=16.41%
G=60.49%
B=23.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal54199760.7300.620.22129.157.3149.61
Hex36C74C4903E16813932
Octal66307114111076262017162
Binary110110110001111001100100100101111101011010000001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36C74C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,199,76); }

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

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

 a { background-color: rgb(54,199,76); }

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

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

 span { border-color: rgb(54,199,76); }

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