Html Css Color HEX #20D635 Lime Green

📋 copy color: '#20D635'

red 32 ◦ green 214 ◦ blue 53

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

Shades of Lime Green #20D635

Tints of Lime Green #20D635

RGB

 RED value IS 32 (12.89% from 255) = 10.7%

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

 BLUE value IS 53 (21.09% from 255) = 17.73%

R = 10.7%
G = 71.57%
B = 17.73%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#20D635 (or 0x20D635) is known color: Lime Green. HEX triplet: 20, D6 and 35. RGB value is (32,214,53). Sum of RGB (Red+Green+Blue) = 32+214+53=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 214 (83.98% from 255 or 71.57% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 214 - color contains mainly: green. Hex color #20D635 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D635 is #DF29CA. Grayscale: #8D8D8D. Windows color (decimal): -14625227 or 3528224. OLE color: 3528224.

HSL color Cylindrical-coordinate representation of color #20D635: hue angle of 126.92º 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 #20D635 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 32 214 53 -
CMYK 0.85 0 0.75 0.16
HSL 126.92º 0.74% 0.48% -
HSV(B) 126.92º 0.85% 0.84% -
XYZ 25.28 48.66 11.43 -
YUV 141.23 78.2 50.09 -
System Red Green Blue C M Y K H S L
Decimal 32 214 53 0.85 0 0.75 0.16 126.92 0.74 0.48
Hex 20 D6 35 55 0 4B 10 7F 4A 30
Octal 40 326 65 125 0 113 20 177 112 60
Binary 100000 11010110 110101 1010101 0 1001011 10000 1111111 1001010 110000

Color Harmonies of #20D635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D635

Black with #20D635

Text Example


Text Example

White with #20D635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20D635; }

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

 H1.HeaderClassName
 {
   color: #20D635;
 }
 .AnyTagClassName
 {
   color: #20D635;
 }
</style>

background-color css

<style>
 a { background-color: #20D635; }

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

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

border-color css

<style>
 span { border-color: #20D635; }

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

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