#34CA36

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

Shades of Lime Green #34CA36

Tints of Lime Green #34CA36

Color information

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

HSL color Cylindrical-coordinate representation of color #34CA36: hue angle of 120.8º 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 #34CA36 is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB5220254-
CMYK0.7400.730.21
HSL120.8º59.06%49.8%-
HSV(B)120.8º74.26%79.22%-
XYZ23.243.2410.61-
YUV140.2879.365.03-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal52202540.7400.730.21120.859.0649.8
Hex34CA364A04915793b32
Octal64312661120111251717362
Binary11010011001010110110100101001001001101011111001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34CA36; }

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

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

<style>
 a { background-color: #34CA36; }

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

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

<style>
 span { border-color: #34CA36; }

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

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