#34DD37

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

Shades of Lime Green #34DD37

Tints of Lime Green #34DD37

Color information

#34DD37 (or 0x34DD37) is unknown color: approx Lime Green. HEX triplet: 34, DD and 37. RGB value is (52,221,55). Sum of RGB (Red+Green+Blue) = 52+221+55=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 221 (86.72% from 255 or 67.38% from 328); Blue value is 55 (21.88% from 255 or 16.77% from 328); Max value from RGB is 221 - color contains mainly: green. Hex color #34DD37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34DD37 is #CB22C8. Grayscale: #989898. Windows color (decimal): -13312713 or 3661108. OLE color: 3661108.

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

Color convert

RGB5222155-
CMYK0.7600.750.13
HSL121.07º71.31%53.53%-
HSV(B)121.07º76.47%86.67%-
XYZ27.9652.7212.32-
YUV151.5573.5157-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.85%
GREEN value IS 221 (86.72% from 255) = 67.38%
BLUE value IS 55 (21.88% from 255) = 16.77%
R=15.85%
G=67.38%
B=16.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal52221550.7600.750.13121.0771.3153.53
Hex34DD374C04BD794736
Octal643356711401131517110766
Binary11010011011101110111100110001001011110111110011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DD37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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