Html Css Color HEX #20D83A Lime Green

📋 copy color: '#20D83A'

red 32 ◦ green 216 ◦ blue 58

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

Shades of Lime Green #20D83A

Tints of Lime Green #20D83A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 70.59%

 BLUE value IS 58 (23.05% from 255) = 18.95%

R = 10.46%
G = 70.59%
B = 18.95%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#20D83A (or 0x20D83A) is known color: Lime Green. HEX triplet: 20, D8 and 3A. RGB value is (32,216,58). Sum of RGB (Red+Green+Blue) = 32+216+58=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 216 (84.77% from 255 or 70.59% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 216 - color contains mainly: green. Hex color #20D83A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D83A is #DF27C5. Grayscale: #8F8F8F. Windows color (decimal): -14624710 or 3856416. OLE color: 3856416.

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

Color convert

RGB 32 216 58 -
CMYK 0.85 0 0.73 0.15
HSL 128.48º 0.74% 0.49% -
HSV(B) 128.48º 0.85% 0.85% -
XYZ 25.92 49.72 12.23 -
YUV 142.97 80.04 48.85 -
System Red Green Blue C M Y K H S L
Decimal 32 216 58 0.85 0 0.73 0.15 128.48 0.74 0.49
Hex 20 D8 3A 55 0 49 F 80 4A 31
Octal 40 330 72 125 0 111 17 200 112 61
Binary 100000 11011000 111010 1010101 0 1001001 1111 10000000 1001010 110001

Color Harmonies of #20D83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D83A

Black with #20D83A

Text Example


Text Example

White with #20D83A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,216,58); }

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

background-color css

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

 a { background-color: rgb(32,216,58); }

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

border-color css

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

 span { border-color: rgb(32,216,58); }

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