Html Css Color HEX #20C90B Lime Green

📋 copy color: '#20C90B'

red 32 ◦ green 201 ◦ blue 11

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

Shades of Lime Green #20C90B

Tints of Lime Green #20C90B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 82.38%

 BLUE value IS 11 (4.69% from 255) = 4.51%

R = 13.11%
G = 82.38%
B = 4.51%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#20C90B (or 0x20C90B) is known color: Lime Green. HEX triplet: 20, C9 and 0B. RGB value is (32,201,11). Sum of RGB (Red+Green+Blue) = 32+201+11=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 201 (78.91% from 255 or 82.38% from 244); Blue value is 11 (4.69% from 255 or 4.51% from 244); Max value from RGB is 201 - color contains mainly: green. Hex color #20C90B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C90B is #DF36F4. Grayscale: #818181. Windows color (decimal): -14628597 or 772384. OLE color: 772384.

HSL color Cylindrical-coordinate representation of color #20C90B: hue angle of 113.37º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #20C90B is Cyan = 0.84, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB 32 201 11 -
CMYK 0.84 0 0.95 0.21
HSL 113.37º 0.9% 0.42% -
HSV(B) 113.37º 0.95% 0.79% -
XYZ 21.54 42.1 7.31 -
YUV 128.81 61.51 58.95 -
System Red Green Blue C M Y K H S L
Decimal 32 201 11 0.84 0 0.95 0.21 113.37 0.9 0.42
Hex 20 C9 B 54 0 5F 15 71 5A 2A
Octal 40 311 13 124 0 137 25 161 132 52
Binary 100000 11001001 1011 1010100 0 1011111 10101 1110001 1011010 101010

Color Harmonies of #20C90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C90B

Black with #20C90B

Text Example


Text Example

White with #20C90B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,201,11); }

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

background-color css

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

 a { background-color: rgb(32,201,11); }

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

border-color css

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

 span { border-color: rgb(32,201,11); }

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