Html Css Color HEX #20CD03 Lime Green

📋 copy color: '#20CD03'

red 32 ◦ green 205 ◦ blue 3

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

Shades of Lime Green #20CD03

Tints of Lime Green #20CD03

RGB

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

 GREEN value IS 205 (80.47% from 255) = 85.42%

 BLUE value IS 3 (1.56% from 255) = 1.25%

R = 13.33%
G = 85.42%
B = 1.25%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#20CD03 (or 0x20CD03) is known color: Lime Green. HEX triplet: 20, CD and 03. RGB value is (32,205,3). Sum of RGB (Red+Green+Blue) = 32+205+3=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 205 (80.47% from 255 or 85.42% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 205 - color contains mainly: green. Hex color #20CD03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20CD03 is #DF32FC. Grayscale: #828282. Windows color (decimal): -14627581 or 249120. OLE color: 249120.

HSL color Cylindrical-coordinate representation of color #20CD03: hue angle of 111.39º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #20CD03 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 205 3 -
CMYK 0.84 0 0.99 0.20
HSL 111.39º 0.97% 0.41% -
HSV(B) 111.39º 0.99% 0.8% -
XYZ 22.44 43.98 7.39 -
YUV 130.25 56.19 57.93 -
System Red Green Blue C M Y K H S L
Decimal 32 205 3 0.84 0 0.99 0.20 111.39 0.97 0.41
Hex 20 CD 3 54 0 63 14 6F 61 29
Octal 40 315 3 124 0 143 24 157 141 51
Binary 100000 11001101 11 1010100 0 1100011 10100 1101111 1100001 101001

Color Harmonies of #20CD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CD03

Black with #20CD03

Text Example


Text Example

White with #20CD03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,205,3); }

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

background-color css

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

 a { background-color: rgb(32,205,3); }

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

border-color css

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

 span { border-color: rgb(32,205,3); }

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