#34DD13

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

Shades of Lime Green #34DD13

Tints of Lime Green #34DD13

Color information

#34DD13 (or 0x34DD13) is unknown color: approx Lime Green. HEX triplet: 34, DD and 13. RGB value is (52,221,19). Sum of RGB (Red+Green+Blue) = 52+221+19=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 221 (86.72% from 255 or 75.68% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 221 - color contains mainly: green. Hex color #34DD13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34DD13 is #CB22EC. Grayscale: #949494. Windows color (decimal): -13312749 or 1301812. OLE color: 1301812.

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

Color convert

RGB5222119-
CMYK0.7600.910.13
HSL110.2º84.17%47.06%-
HSV(B)110.2º91.4%86.67%-
XYZ27.3952.499.3-
YUV147.4455.5159.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.81%
GREEN value IS 221 (86.72% from 255) = 75.68%
BLUE value IS 19 (7.81% from 255) = 6.51%
R=17.81%
G=75.68%
B=6.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal52221190.7600.910.13110.284.1747.06
Hex34DD134C05BD6e542f
Octal643352311401331515612457
Binary1101001101110110011100110001011011110111011101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DD13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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