Html Css Color HEX #34D620 Lime Green

📋 copy color: '#34D620'

red 52 ◦ green 214 ◦ blue 32

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

Shades of Lime Green #34D620

Tints of Lime Green #34D620

RGB

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

 GREEN value IS 214 (83.98% from 255) = 71.81%

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

R = 17.45%
G = 71.81%
B = 10.74%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#34D620 (or 0x34D620) is known color: Lime Green. HEX triplet: 34, D6 and 20. RGB value is (52,214,32). Sum of RGB (Red+Green+Blue) = 52+214+32=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 214 (83.98% from 255 or 71.81% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 214 - color contains mainly: green. Hex color #34D620 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D620 is #CB29DF. Grayscale: #919191. Windows color (decimal): -13314528 or 2151988. OLE color: 2151988.

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

Color convert

RGB 52 214 32 -
CMYK 0.76 0 0.85 0.16
HSL 113.41º 0.74% 0.48% -
HSV(B) 113.41º 0.85% 0.84% -
XYZ 25.72 48.93 9.45 -
YUV 144.81 64.33 61.8 -
System Red Green Blue C M Y K H S L
Decimal 52 214 32 0.76 0 0.85 0.16 113.41 0.74 0.48
Hex 34 D6 20 4C 0 55 10 71 4A 30
Octal 64 326 40 114 0 125 20 161 112 60
Binary 110100 11010110 100000 1001100 0 1010101 10000 1110001 1001010 110000

Color Harmonies of #34D620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D620

Black with #34D620

Text Example


Text Example

White with #34D620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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