#36D74C

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

Shades of Lime Green #36D74C

Tints of Lime Green #36D74C

Color information

#36D74C (or 0x36D74C) is unknown color: approx Lime Green. HEX triplet: 36, D7 and 4C. RGB value is (54,215,76). Sum of RGB (Red+Green+Blue) = 54+215+76=345 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.65% from 345); Green value is 215 (84.38% from 255 or 62.32% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 215 - color contains mainly: green. Hex color #36D74C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D74C is #C928B3. Grayscale: #979797. Windows color (decimal): -13183156 or 5035830. OLE color: 5035830.

HSL color Cylindrical-coordinate representation of color #36D74C: hue angle of 128.2º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D74C is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB5421576-
CMYK0.7500.650.16
HSL128.2º66.8%52.75%-
HSV(B)128.2º74.88%84.31%-
XYZ27.1349.9115.04-
YUV151.0185.6658.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.65%
GREEN value IS 215 (84.38% from 255) = 62.32%
BLUE value IS 76 (30.08% from 255) = 22.03%
R=15.65%
G=62.32%
B=22.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal54215760.7500.650.16128.266.852.75
Hex36D74C4B04110804335
Octal6632711411301012020010365
Binary11011011010111100110010010110100000110000100000001000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36D74C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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