#36CA34

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

Shades of Lime Green #36CA34

Tints of Lime Green #36CA34

Color information

#36CA34 (or 0x36CA34) is unknown color: approx Lime Green. HEX triplet: 36, CA and 34. RGB value is (54,202,52). Sum of RGB (Red+Green+Blue) = 54+202+52=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 202 (79.30% from 255 or 65.58% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 202 - color contains mainly: green. Hex color #36CA34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36CA34 is #C935CB. Grayscale: #8D8D8D. Windows color (decimal): -13186508 or 3459638. OLE color: 3459638.

HSL color Cylindrical-coordinate representation of color #36CA34: hue angle of 119.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CA34 is Cyan = 0.73, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB5420252-
CMYK0.7300.740.21
HSL119.2º59.06%49.8%-
HSV(B)119.2º74.26%79.22%-
XYZ23.2643.2710.38-
YUV140.6577.9766.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.53%
GREEN value IS 202 (79.30% from 255) = 65.58%
BLUE value IS 52 (20.70% from 255) = 16.88%
R=17.53%
G=65.58%
B=16.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal54202520.7300.740.21119.259.0649.8
Hex36CA344904A15773b32
Octal66312641110112251677362
Binary11011011001010110100100100101001010101011110111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36CA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,202,52); }

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

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

 a { background-color: rgb(54,202,52); }

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

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

 span { border-color: rgb(54,202,52); }

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