#34d919

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

Shades of Lime Green #34D919

Tints of Lime Green #34D919

Color information

#34D919 (or 0x34D919) is unknown color: approx Lime Green. HEX triplet: 34, D9 and 19. RGB value is (52,217,25). Sum of RGB (Red+Green+Blue) = 52+217+25=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 217 (85.16% from 255 or 73.81% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 217 - color contains mainly: green. Hex color #34D919 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34D919 is #CB26E6. Grayscale: #929292. Windows color (decimal): -13313767 or 1694004. OLE color: 1694004.

HSL color Cylindrical-coordinate representation of color #34D919: hue angle of 111.56º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34D919 is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB5221725-
CMYK0.7600.880.15
HSL111.56º79.34%47.45%-
HSV(B)111.56º88.48%85.1%-
XYZ26.450.439.26-
YUV145.7859.8461.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.69%
GREEN value IS 217 (85.16% from 255) = 73.81%
BLUE value IS 25 (10.16% from 255) = 8.50%
R=17.69%
G=73.81%
B=8.50%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal52217250.7600.880.15111.5679.3447.45
Hex34D9194C058F704f2f
Octal643313111401301716011757
Binary1101001101100111001100110001011000111111100001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34d919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,217,25); }

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

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

 a { background-color: rgb(52,217,25); }

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

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

 span { border-color: rgb(52,217,25); }

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