#34CA45

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

Shades of Lime Green #34CA45

Tints of Lime Green #34CA45

Color information

#34CA45 (or 0x34CA45) is unknown color: approx Lime Green. HEX triplet: 34, CA and 45. RGB value is (52,202,69). Sum of RGB (Red+Green+Blue) = 52+202+69=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 202 (79.30% from 255 or 62.54% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 202 - color contains mainly: green. Hex color #34CA45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CA45 is #CB35BA. Grayscale: #8E8E8E. Windows color (decimal): -13317563 or 4573748. OLE color: 4573748.

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

Color convert

RGB5220269-
CMYK0.7400.660.21
HSL126.8º59.06%49.8%-
HSV(B)126.8º74.26%79.22%-
XYZ23.6143.412.76-
YUV141.9986.863.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.10%
GREEN value IS 202 (79.30% from 255) = 62.54%
BLUE value IS 69 (27.34% from 255) = 21.36%
R=16.10%
G=62.54%
B=21.36%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal52202690.7400.660.21126.859.0649.8
Hex34CA454A042157f3b32
Octal643121051120102251777362
Binary110100110010101000101100101001000010101011111111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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