Html Css Color HEX #20C73B Lime Green

📋 copy color: '#20C73B'

red 32 ◦ green 199 ◦ blue 59

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

Shades of Lime Green #20C73B

Tints of Lime Green #20C73B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 68.62%

 BLUE value IS 59 (23.44% from 255) = 20.34%

R = 11.03%
G = 68.62%
B = 20.34%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#20C73B (or 0x20C73B) is known color: Lime Green. HEX triplet: 20, C7 and 3B. RGB value is (32,199,59). Sum of RGB (Red+Green+Blue) = 32+199+59=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 199 (78.12% from 255 or 68.62% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 199 - color contains mainly: green. Hex color #20C73B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C73B is #DF38C4. Grayscale: #858585. Windows color (decimal): -14629061 or 3917600. OLE color: 3917600.

HSL color Cylindrical-coordinate representation of color #20C73B: hue angle of 129.7º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C73B is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 32 199 59 -
CMYK 0.84 0 0.70 0.22
HSL 129.7º 0.72% 0.45% -
HSV(B) 129.7º 0.84% 0.78% -
XYZ 21.81 41.47 10.99 -
YUV 133.11 86.17 55.88 -
System Red Green Blue C M Y K H S L
Decimal 32 199 59 0.84 0 0.70 0.22 129.7 0.72 0.45
Hex 20 C7 3B 54 0 46 16 82 48 2D
Octal 40 307 73 124 0 106 26 202 110 55
Binary 100000 11000111 111011 1010100 0 1000110 10110 10000010 1001000 101101

Color Harmonies of #20C73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C73B

Black with #20C73B

Text Example


Text Example

White with #20C73B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,199,59); }

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

background-color css

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

 a { background-color: rgb(32,199,59); }

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

border-color css

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

 span { border-color: rgb(32,199,59); }

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