Html Css Color HEX #34D420 Lime Green

📋 copy color: '#34D420'

red 52 ◦ green 212 ◦ blue 32

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

Shades of Lime Green #34D420

Tints of Lime Green #34D420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.81%

R = 17.57%
G = 71.62%
B = 10.81%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#34D420 (or 0x34D420) is known color: Lime Green. HEX triplet: 34, D4 and 20. RGB value is (52,212,32). Sum of RGB (Red+Green+Blue) = 52+212+32=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 212 (83.20% from 255 or 71.62% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 212 - color contains mainly: green. Hex color #34D420 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D420 is #CB2BDF. Grayscale: #909090. Windows color (decimal): -13315040 or 2151476. OLE color: 2151476.

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

Color convert

RGB 52 212 32 -
CMYK 0.75 0 0.85 0.17
HSL 113.33º 0.74% 0.48% -
HSV(B) 113.33º 0.85% 0.83% -
XYZ 25.22 47.92 9.29 -
YUV 143.64 64.99 62.64 -
System Red Green Blue C M Y K H S L
Decimal 52 212 32 0.75 0 0.85 0.17 113.33 0.74 0.48
Hex 34 D4 20 4B 0 55 11 71 4A 30
Octal 64 324 40 113 0 125 21 161 112 60
Binary 110100 11010100 100000 1001011 0 1010101 10001 1110001 1001010 110000

Color Harmonies of #34D420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D420

Black with #34D420

Text Example


Text Example

White with #34D420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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