#34DD50

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

Shades of Lime Green #34DD50

Tints of Lime Green #34DD50

Color information

#34DD50 (or 0x34DD50) is unknown color: approx Lime Green. HEX triplet: 34, DD and 50. RGB value is (52,221,80). Sum of RGB (Red+Green+Blue) = 52+221+80=353 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.73% from 353); Green value is 221 (86.72% from 255 or 62.61% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 221 - color contains mainly: green. Hex color #34DD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34DD50 is #CB22AF. Grayscale: #9A9A9A. Windows color (decimal): -13312688 or 5299508. OLE color: 5299508.

HSL color Cylindrical-coordinate representation of color #34DD50: hue angle of 129.94º 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 #34DD50 is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB5222180-
CMYK0.7600.640.13
HSL129.94º71.31%53.53%-
HSV(B)129.94º76.47%86.67%-
XYZ28.7253.0216.31-
YUV154.486.0154.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.73%
GREEN value IS 221 (86.72% from 255) = 62.61%
BLUE value IS 80 (31.64% from 255) = 22.66%
R=14.73%
G=62.61%
B=22.66%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal52221800.7600.640.13129.9471.3153.53
Hex34DD504C040D824736
Octal6433512011401001520210766
Binary1101001101110110100001001100010000001101100000101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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