Html Css Color HEX #20DB2F Lime Green

📋 copy color: '#20DB2F'

red 32 ◦ green 219 ◦ blue 47

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

Shades of Lime Green #20DB2F

Tints of Lime Green #20DB2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.77%

R = 10.74%
G = 73.49%
B = 15.77%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#20DB2F (or 0x20DB2F) is known color: Lime Green. HEX triplet: 20, DB and 2F. RGB value is (32,219,47). Sum of RGB (Red+Green+Blue) = 32+219+47=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 219 (85.94% from 255 or 73.49% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 219 - color contains mainly: green. Hex color #20DB2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DB2F is #DF24D0. Grayscale: #8F8F8F. Windows color (decimal): -14623953 or 3136288. OLE color: 3136288.

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

Color convert

RGB 32 219 47 -
CMYK 0.85 0 0.79 0.14
HSL 124.81º 0.75% 0.49% -
HSV(B) 124.81º 0.85% 0.86% -
XYZ 26.44 51.18 11.17 -
YUV 143.48 73.55 48.49 -
System Red Green Blue C M Y K H S L
Decimal 32 219 47 0.85 0 0.79 0.14 124.81 0.75 0.49
Hex 20 DB 2F 55 0 4F E 7D 4B 31
Octal 40 333 57 125 0 117 16 175 113 61
Binary 100000 11011011 101111 1010101 0 1001111 1110 1111101 1001011 110001

Color Harmonies of #20DB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DB2F

Black with #20DB2F

Text Example


Text Example

White with #20DB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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