Html Css Color HEX #34D419 Lime Green

📋 copy color: '#34D419'

red 52 ◦ green 212 ◦ blue 25

#34D419
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #34D419

Tints of Lime Green #34D419

RGB

 RED value IS 52 (20.7% from 255) = 17.99%

 GREEN value IS 212 (83.2% from 255) = 73.36%

 BLUE value IS 25 (10.16% from 255) = 8.65%

R = 17.99%
G = 73.36%
B = 8.65%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#34D419 (or 0x34D419) is known color: Lime Green. HEX triplet: 34, D4 and 19. RGB value is (52,212,25). Sum of RGB (Red+Green+Blue) = 52+212+25=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 212 (83.20% from 255 or 73.36% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 212 - color contains mainly: green. Hex color #34D419 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34D419 is #CB2BE6. Grayscale: #8F8F8F. Windows color (decimal): -13315047 or 1692724. OLE color: 1692724.

HSL color Cylindrical-coordinate representation of color #34D419: hue angle of 111.34º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34D419 is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 52 212 25 -
CMYK 0.75 0 0.88 0.17
HSL 111.34º 0.79% 0.46% -
HSV(B) 111.34º 0.88% 0.83% -
XYZ 25.14 47.89 8.84 -
YUV 142.84 61.49 63.21 -
System Red Green Blue C M Y K H S L
Decimal 52 212 25 0.75 0 0.88 0.17 111.34 0.79 0.46
Hex 34 D4 19 4B 0 58 11 6F 4F 2E
Octal 64 324 31 113 0 130 21 157 117 56
Binary 110100 11010100 11001 1001011 0 1011000 10001 1101111 1001111 101110

Color Harmonies of #34D419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D419

Black with #34D419

Text Example


Text Example

White with #34D419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34D419;
 }
 .AnyTagClassName
 {
   color: #34D419;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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