Html Css Color HEX #20DF3A Lime Green

📋 copy color: '#20DF3A'

red 32 ◦ green 223 ◦ blue 58

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

Shades of Lime Green #20DF3A

Tints of Lime Green #20DF3A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 71.25%

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

R = 10.22%
G = 71.25%
B = 18.53%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#20DF3A (or 0x20DF3A) is known color: Lime Green. HEX triplet: 20, DF and 3A. RGB value is (32,223,58). Sum of RGB (Red+Green+Blue) = 32+223+58=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 223 (87.5% from 255 or 71.25% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 223 - color contains mainly: green. Hex color #20DF3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DF3A is #DF20C5. Grayscale: #939393. Windows color (decimal): -14622918 or 3858208. OLE color: 3858208.

HSL color Cylindrical-coordinate representation of color #20DF3A: hue angle of 128.17º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DF3A is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 223 58 -
CMYK 0.86 0 0.74 0.13
HSL 128.17º 0.75% 0.5% -
HSV(B) 128.17º 0.86% 0.87% -
XYZ 27.75 53.39 12.85 -
YUV 147.08 77.72 45.92 -
System Red Green Blue C M Y K H S L
Decimal 32 223 58 0.86 0 0.74 0.13 128.17 0.75 0.5
Hex 20 DF 3A 56 0 4A D 80 4B 32
Octal 40 337 72 126 0 112 15 200 113 62
Binary 100000 11011111 111010 1010110 0 1001010 1101 10000000 1001011 110010

Color Harmonies of #20DF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DF3A

Black with #20DF3A

Text Example


Text Example

White with #20DF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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