Html Css Color HEX #20DC30 Lime Green

📋 copy color: '#20DC30'

red 32 ◦ green 220 ◦ blue 48

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

Shades of Lime Green #20DC30

Tints of Lime Green #20DC30

RGB

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

 GREEN value IS 220 (86.33% from 255) = 73.33%

 BLUE value IS 48 (19.14% from 255) = 16%

R = 10.67%
G = 73.33%
B = 16%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#20DC30 (or 0x20DC30) is known color: Lime Green. HEX triplet: 20, DC and 30. RGB value is (32,220,48). Sum of RGB (Red+Green+Blue) = 32+220+48=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 220 (86.33% from 255 or 73.33% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 220 - color contains mainly: green. Hex color #20DC30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DC30 is #DF23CF. Grayscale: #909090. Windows color (decimal): -14623696 or 3202080. OLE color: 3202080.

HSL color Cylindrical-coordinate representation of color #20DC30: hue angle of 125.11º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20DC30 is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 220 48 -
CMYK 0.85 0 0.78 0.14
HSL 125.11º 0.75% 0.49% -
HSV(B) 125.11º 0.85% 0.86% -
XYZ 26.72 51.71 11.37 -
YUV 144.18 73.72 47.99 -
System Red Green Blue C M Y K H S L
Decimal 32 220 48 0.85 0 0.78 0.14 125.11 0.75 0.49
Hex 20 DC 30 55 0 4E E 7D 4B 31
Octal 40 334 60 125 0 116 16 175 113 61
Binary 100000 11011100 110000 1010101 0 1001110 1110 1111101 1001011 110001

Color Harmonies of #20DC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DC30

Black with #20DC30

Text Example


Text Example

White with #20DC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,220,48); }

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

background-color css

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

 a { background-color: rgb(32,220,48); }

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

border-color css

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

 span { border-color: rgb(32,220,48); }

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