#34F429

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

Shades of Lime Green #34F429

Tints of Lime Green #34F429

Color information

#34F429 (or 0x34F429) is unknown color: approx Lime Green. HEX triplet: 34, F4 and 29. RGB value is (52,244,41). Sum of RGB (Red+Green+Blue) = 52+244+41=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 244 (95.70% from 255 or 72.40% from 337); Blue value is 41 (16.41% from 255 or 12.17% from 337); Max value from RGB is 244 - color contains mainly: green. Hex color #34F429 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F429 is #CB0BD6. Grayscale: #A4A4A4. Windows color (decimal): -13306839 or 2749492. OLE color: 2749492.

HSL color Cylindrical-coordinate representation of color #34F429: hue angle of 116.75º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #34F429 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB5224441-
CMYK0.7900.830.04
HSL116.75º90.22%55.88%-
HSV(B)116.75º83.2%95.69%-
XYZ34.1765.5912.96-
YUV163.4558.8948.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.43%
GREEN value IS 244 (95.70% from 255) = 72.40%
BLUE value IS 41 (16.41% from 255) = 12.17%
R=15.43%
G=72.40%
B=12.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal52244410.7900.830.04116.7590.2255.88
Hex34F4294F0534755a38
Octal64364511170123416513270
Binary1101001111010010100110011110101001110011101011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34F429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,244,41); }

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

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

 a { background-color: rgb(52,244,41); }

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

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

 span { border-color: rgb(52,244,41); }

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