Html Css Color HEX #20D21B Lime Green

📋 copy color: '#20D21B'

red 32 ◦ green 210 ◦ blue 27

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

Shades of Lime Green #20D21B

Tints of Lime Green #20D21B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.04%

R = 11.9%
G = 78.07%
B = 10.04%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#20D21B (or 0x20D21B) is known color: Lime Green. HEX triplet: 20, D2 and 1B. RGB value is (32,210,27). Sum of RGB (Red+Green+Blue) = 32+210+27=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 210 (82.42% from 255 or 78.07% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 210 - color contains mainly: green. Hex color #20D21B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D21B is #DF2DE4. Grayscale: #888888. Windows color (decimal): -14626277 or 1823264. OLE color: 1823264.

HSL color Cylindrical-coordinate representation of color #20D21B: hue angle of 118.36º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20D21B is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 32 210 27 -
CMYK 0.85 0 0.87 0.18
HSL 118.36º 0.77% 0.46% -
HSV(B) 118.36º 0.87% 0.82% -
XYZ 23.84 46.48 8.75 -
YUV 135.92 66.53 53.88 -
System Red Green Blue C M Y K H S L
Decimal 32 210 27 0.85 0 0.87 0.18 118.36 0.77 0.46
Hex 20 D2 1B 55 0 57 12 76 4D 2E
Octal 40 322 33 125 0 127 22 166 115 56
Binary 100000 11010010 11011 1010101 0 1010111 10010 1110110 1001101 101110

Color Harmonies of #20D21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D21B

Black with #20D21B

Text Example


Text Example

White with #20D21B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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