Html Css Color HEX #20D03B Lime Green

📋 copy color: '#20D03B'

red 32 ◦ green 208 ◦ blue 59

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

Shades of Lime Green #20D03B

Tints of Lime Green #20D03B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 69.57%

 BLUE value IS 59 (23.44% from 255) = 19.73%

R = 10.7%
G = 69.57%
B = 19.73%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#20D03B (or 0x20D03B) is known color: Lime Green. HEX triplet: 20, D0 and 3B. RGB value is (32,208,59). Sum of RGB (Red+Green+Blue) = 32+208+59=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 208 (81.64% from 255 or 69.57% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 208 - color contains mainly: green. Hex color #20D03B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D03B is #DF2FC4. Grayscale: #8A8A8A. Windows color (decimal): -14626757 or 3919904. OLE color: 3919904.

HSL color Cylindrical-coordinate representation of color #20D03B: hue angle of 129.2º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D03B is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 32 208 59 -
CMYK 0.85 0 0.72 0.18
HSL 129.2º 0.73% 0.47% -
HSV(B) 129.2º 0.85% 0.82% -
XYZ 23.94 45.73 11.7 -
YUV 138.39 83.19 52.12 -
System Red Green Blue C M Y K H S L
Decimal 32 208 59 0.85 0 0.72 0.18 129.2 0.73 0.47
Hex 20 D0 3B 55 0 48 12 81 49 2F
Octal 40 320 73 125 0 110 22 201 111 57
Binary 100000 11010000 111011 1010101 0 1001000 10010 10000001 1001001 101111

Color Harmonies of #20D03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D03B

Black with #20D03B

Text Example


Text Example

White with #20D03B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,208,59); }

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

background-color css

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

 a { background-color: rgb(32,208,59); }

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

border-color css

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

 span { border-color: rgb(32,208,59); }

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