#34CA46

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

Shades of Lime Green #34CA46

Tints of Lime Green #34CA46

Color information

#34CA46 (or 0x34CA46) is unknown color: approx Lime Green. HEX triplet: 34, CA and 46. RGB value is (52,202,70). Sum of RGB (Red+Green+Blue) = 52+202+70=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 202 (79.30% from 255 or 62.35% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 202 - color contains mainly: green. Hex color #34CA46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CA46 is #CB35B9. Grayscale: #8E8E8E. Windows color (decimal): -13317562 or 4639284. OLE color: 4639284.

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

Color convert

RGB5220270-
CMYK0.7400.650.21
HSL127.2º59.06%49.8%-
HSV(B)127.2º74.26%79.22%-
XYZ23.6443.4112.93-
YUV142.187.363.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.05%
GREEN value IS 202 (79.30% from 255) = 62.35%
BLUE value IS 70 (27.73% from 255) = 21.60%
R=16.05%
G=62.35%
B=21.60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal52202700.7400.650.21127.259.0649.8
Hex34CA464A041157f3b32
Octal643121061120101251777362
Binary110100110010101000110100101001000001101011111111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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