#34CA3E

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

Shades of Lime Green #34CA3E

Tints of Lime Green #34CA3E

Color information

#34CA3E (or 0x34CA3E) is unknown color: approx Lime Green. HEX triplet: 34, CA and 3E. RGB value is (52,202,62). Sum of RGB (Red+Green+Blue) = 52+202+62=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 202 (79.30% from 255 or 63.92% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 202 - color contains mainly: green. Hex color #34CA3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CA3E is #CB35C1. Grayscale: #8D8D8D. Windows color (decimal): -13317570 or 4114996. OLE color: 4114996.

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

Color convert

RGB5220262-
CMYK0.7400.690.21
HSL124º59.06%49.8%-
HSV(B)124º74.26%79.22%-
XYZ23.4143.3211.69-
YUV141.1983.364.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.46%
GREEN value IS 202 (79.30% from 255) = 63.92%
BLUE value IS 62 (24.61% from 255) = 19.62%
R=16.46%
G=63.92%
B=19.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal52202620.7400.690.2112459.0649.8
Hex34CA3E4A045157c3b32
Octal64312761120105251747362
Binary11010011001010111110100101001000101101011111100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CA3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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