#34D719

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

Shades of Lime Green #34D719

Tints of Lime Green #34D719

Color information

#34D719 (or 0x34D719) is unknown color: approx Lime Green. HEX triplet: 34, D7 and 19. RGB value is (52,215,25). Sum of RGB (Red+Green+Blue) = 52+215+25=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 215 (84.38% from 255 or 73.63% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 215 - color contains mainly: green. Hex color #34D719 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34D719 is #CB28E6. Grayscale: #919191. Windows color (decimal): -13314279 or 1693492. OLE color: 1693492.

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

Color convert

RGB5221525-
CMYK0.7600.880.16
HSL111.47º79.17%47.06%-
HSV(B)111.47º88.37%84.31%-
XYZ25.8949.49.09-
YUV144.660.561.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.81%
GREEN value IS 215 (84.38% from 255) = 73.63%
BLUE value IS 25 (10.16% from 255) = 8.56%
R=17.81%
G=73.63%
B=8.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal52215250.7600.880.16111.4779.1747.06
Hex34D7194C058106f4f2f
Octal643273111401302015711757
Binary11010011010111110011001100010110001000011011111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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