Html Css Color HEX #20D935 Lime Green

📋 copy color: '#20D935'

red 32 ◦ green 217 ◦ blue 53

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

Shades of Lime Green #20D935

Tints of Lime Green #20D935

RGB

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

 GREEN value IS 217 (85.16% from 255) = 71.85%

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

R = 10.6%
G = 71.85%
B = 17.55%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#20D935 (or 0x20D935) is known color: Lime Green. HEX triplet: 20, D9 and 35. RGB value is (32,217,53). Sum of RGB (Red+Green+Blue) = 32+217+53=302 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.60% from 302); Green value is 217 (85.16% from 255 or 71.85% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 217 - color contains mainly: green. Hex color #20D935 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D935 is #DF26CA. Grayscale: #8F8F8F. Windows color (decimal): -14624459 or 3528992. OLE color: 3528992.

HSL color Cylindrical-coordinate representation of color #20D935: hue angle of 126.81º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D935 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 32 217 53 -
CMYK 0.85 0 0.76 0.15
HSL 126.81º 0.74% 0.49% -
HSV(B) 126.81º 0.85% 0.85% -
XYZ 26.05 50.19 11.68 -
YUV 142.99 77.21 48.84 -
System Red Green Blue C M Y K H S L
Decimal 32 217 53 0.85 0 0.76 0.15 126.81 0.74 0.49
Hex 20 D9 35 55 0 4C F 7F 4A 31
Octal 40 331 65 125 0 114 17 177 112 61
Binary 100000 11011001 110101 1010101 0 1001100 1111 1111111 1001010 110001

Color Harmonies of #20D935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D935

Black with #20D935

Text Example


Text Example

White with #20D935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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