#34CA35

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

Shades of Lime Green #34CA35

Tints of Lime Green #34CA35

Color information

#34CA35 (or 0x34CA35) is unknown color: approx Lime Green. HEX triplet: 34, CA and 35. RGB value is (52,202,53). Sum of RGB (Red+Green+Blue) = 52+202+53=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 202 (79.30% from 255 or 65.80% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 202 - color contains mainly: green. Hex color #34CA35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CA35 is #CB35CA. Grayscale: #8C8C8C. Windows color (decimal): -13317579 or 3525172. OLE color: 3525172.

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

Color convert

RGB5220253-
CMYK0.7400.740.21
HSL120.4º59.06%49.8%-
HSV(B)120.4º74.26%79.22%-
XYZ23.1843.2310.49-
YUV140.1678.865.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.94%
GREEN value IS 202 (79.30% from 255) = 65.80%
BLUE value IS 53 (21.09% from 255) = 17.26%
R=16.94%
G=65.80%
B=17.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal52202530.7400.740.21120.459.0649.8
Hex34CA354A04A15783b32
Octal64312651120112251707362
Binary11010011001010110101100101001001010101011111000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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