#34CA2A

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

Shades of Lime Green #34CA2A

Tints of Lime Green #34CA2A

Color information

#34CA2A (or 0x34CA2A) is unknown color: approx Lime Green. HEX triplet: 34, CA and 2A. RGB value is (52,202,42). Sum of RGB (Red+Green+Blue) = 52+202+42=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 202 (79.30% from 255 or 68.24% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 202 - color contains mainly: green. Hex color #34CA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CA2A is #CB35D5. Grayscale: #8B8B8B. Windows color (decimal): -13317590 or 2804276. OLE color: 2804276.

HSL color Cylindrical-coordinate representation of color #34CA2A: hue angle of 116.25º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34CA2A is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB5220242-
CMYK0.7400.790.21
HSL116.25º65.57%47.84%-
HSV(B)116.25º79.21%79.22%-
XYZ22.9543.149.31-
YUV138.9173.366.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.57%
GREEN value IS 202 (79.30% from 255) = 68.24%
BLUE value IS 42 (16.80% from 255) = 14.19%
R=17.57%
G=68.24%
B=14.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal52202420.7400.790.21116.2565.5747.84
Hex34CA2A4A04F15744230
Octal643125211201172516410260
Binary110100110010101010101001010010011111010111101001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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