Html Css Color HEX #20CE03 Lime Green

📋 copy color: '#20CE03'

red 32 ◦ green 206 ◦ blue 3

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

Shades of Lime Green #20CE03

Tints of Lime Green #20CE03

RGB

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

 GREEN value IS 206 (80.86% from 255) = 85.48%

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

R = 13.28%
G = 85.48%
B = 1.24%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#20CE03 (or 0x20CE03) is known color: Lime Green. HEX triplet: 20, CE and 03. RGB value is (32,206,3). Sum of RGB (Red+Green+Blue) = 32+206+3=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 206 (80.86% from 255 or 85.48% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 206 - color contains mainly: green. Hex color #20CE03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20CE03 is #DF31FC. Grayscale: #838383. Windows color (decimal): -14627325 or 249376. OLE color: 249376.

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

Color convert

RGB 32 206 3 -
CMYK 0.84 0 0.99 0.19
HSL 111.43º 0.97% 0.41% -
HSV(B) 111.43º 0.99% 0.81% -
XYZ 22.68 44.46 7.47 -
YUV 130.83 55.85 57.51 -
System Red Green Blue C M Y K H S L
Decimal 32 206 3 0.84 0 0.99 0.19 111.43 0.97 0.41
Hex 20 CE 3 54 0 63 13 6F 61 29
Octal 40 316 3 124 0 143 23 157 141 51
Binary 100000 11001110 11 1010100 0 1100011 10011 1101111 1100001 101001

Color Harmonies of #20CE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CE03

Black with #20CE03

Text Example


Text Example

White with #20CE03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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