#34CA33

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

Shades of Lime Green #34CA33

Tints of Lime Green #34CA33

Color information

#34CA33 (or 0x34CA33) is unknown color: approx Lime Green. HEX triplet: 34, CA and 33. RGB value is (52,202,51). Sum of RGB (Red+Green+Blue) = 52+202+51=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 202 (79.30% from 255 or 66.23% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 202 - color contains mainly: green. Hex color #34CA33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CA33 is #CB35CC. Grayscale: #8C8C8C. Windows color (decimal): -13317581 or 3394100. OLE color: 3394100.

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

Color convert

RGB5220251-
CMYK0.7400.750.21
HSL119.6º59.68%49.61%-
HSV(B)119.6º74.75%79.22%-
XYZ23.1343.2110.25-
YUV139.9477.865.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.05%
GREEN value IS 202 (79.30% from 255) = 66.23%
BLUE value IS 51 (20.31% from 255) = 16.72%
R=17.05%
G=66.23%
B=16.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal52202510.7400.750.21119.659.6849.61
Hex34CA334A04B15783c32
Octal64312631120113251707462
Binary11010011001010110011100101001001011101011111000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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