Html Css Color HEX #20DB1E Lime Green

📋 copy color: '#20DB1E'

red 32 ◦ green 219 ◦ blue 30

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

Shades of Lime Green #20DB1E

Tints of Lime Green #20DB1E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 77.94%

 BLUE value IS 30 (12.11% from 255) = 10.68%

R = 11.39%
G = 77.94%
B = 10.68%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#20DB1E (or 0x20DB1E) is known color: Lime Green. HEX triplet: 20, DB and 1E. RGB value is (32,219,30). Sum of RGB (Red+Green+Blue) = 32+219+30=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 219 (85.94% from 255 or 77.94% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 219 - color contains mainly: green. Hex color #20DB1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DB1E is #DF24E1. Grayscale: #8E8E8E. Windows color (decimal): -14623970 or 2022176. OLE color: 2022176.

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

Color convert

RGB 32 219 30 -
CMYK 0.85 0 0.86 0.14
HSL 119.37º 0.76% 0.49% -
HSV(B) 119.37º 0.86% 0.86% -
XYZ 26.16 51.06 9.71 -
YUV 141.54 65.05 49.87 -
System Red Green Blue C M Y K H S L
Decimal 32 219 30 0.85 0 0.86 0.14 119.37 0.76 0.49
Hex 20 DB 1E 55 0 56 E 77 4C 31
Octal 40 333 36 125 0 126 16 167 114 61
Binary 100000 11011011 11110 1010101 0 1010110 1110 1110111 1001100 110001

Color Harmonies of #20DB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DB1E

Black with #20DB1E

Text Example


Text Example

White with #20DB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,219,30); }

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

background-color css

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

 a { background-color: rgb(32,219,30); }

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

border-color css

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

 span { border-color: rgb(32,219,30); }

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