Html Css Color HEX #34D220 Lime Green

📋 copy color: '#34D220'

red 52 ◦ green 210 ◦ blue 32

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

Shades of Lime Green #34D220

Tints of Lime Green #34D220

RGB

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

 GREEN value IS 210 (82.42% from 255) = 71.43%

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

R = 17.69%
G = 71.43%
B = 10.88%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#34D220 (or 0x34D220) is known color: Lime Green. HEX triplet: 34, D2 and 20. RGB value is (52,210,32). Sum of RGB (Red+Green+Blue) = 52+210+32=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 210 (82.42% from 255 or 71.43% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 210 - color contains mainly: green. Hex color #34D220 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D220 is #CB2DDF. Grayscale: #8F8F8F. Windows color (decimal): -13315552 or 2150964. OLE color: 2150964.

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

Color convert

RGB 52 210 32 -
CMYK 0.75 0 0.85 0.18
HSL 113.26º 0.74% 0.47% -
HSV(B) 113.26º 0.85% 0.82% -
XYZ 24.72 46.93 9.12 -
YUV 142.47 65.65 63.47 -
System Red Green Blue C M Y K H S L
Decimal 52 210 32 0.75 0 0.85 0.18 113.26 0.74 0.47
Hex 34 D2 20 4B 0 55 12 71 4A 2F
Octal 64 322 40 113 0 125 22 161 112 57
Binary 110100 11010010 100000 1001011 0 1010101 10010 1110001 1001010 101111

Color Harmonies of #34D220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D220

Black with #34D220

Text Example


Text Example

White with #34D220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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