#34DD52

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

Shades of Lime Green #34DD52

Tints of Lime Green #34DD52

Color information

#34DD52 (or 0x34DD52) is unknown color: approx Lime Green. HEX triplet: 34, DD and 52. RGB value is (52,221,82). Sum of RGB (Red+Green+Blue) = 52+221+82=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 221 (86.72% from 255 or 62.25% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 221 - color contains mainly: green. Hex color #34DD52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34DD52 is #CB22AD. Grayscale: #9B9B9B. Windows color (decimal): -13312686 or 5430580. OLE color: 5430580.

HSL color Cylindrical-coordinate representation of color #34DD52: hue angle of 130.65º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DD52 is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB5222182-
CMYK0.7600.630.13
HSL130.65º71.31%53.53%-
HSV(B)130.65º76.47%86.67%-
XYZ28.853.0516.71-
YUV154.6287.0154.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.65%
GREEN value IS 221 (86.72% from 255) = 62.25%
BLUE value IS 82 (32.42% from 255) = 23.10%
R=14.65%
G=62.25%
B=23.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal52221820.7600.630.13130.6571.3153.53
Hex34DD524C03FD834736
Octal643351221140771520310766
Binary110100110111011010010100110001111111101100000111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,221,82); }

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

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

 a { background-color: rgb(52,221,82); }

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

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

 span { border-color: rgb(52,221,82); }

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