Html Css Color HEX #20C510 Lime Green

📋 copy color: '#20C510'

red 32 ◦ green 197 ◦ blue 16

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

Shades of Lime Green #20C510

Tints of Lime Green #20C510

RGB

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

 GREEN value IS 197 (77.34% from 255) = 80.41%

 BLUE value IS 16 (6.64% from 255) = 6.53%

R = 13.06%
G = 80.41%
B = 6.53%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#20C510 (or 0x20C510) is known color: Lime Green. HEX triplet: 20, C5 and 10. RGB value is (32,197,16). Sum of RGB (Red+Green+Blue) = 32+197+16=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 197 (77.34% from 255 or 80.41% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 197 - color contains mainly: green. Hex color #20C510 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C510 is #DF3AEF. Grayscale: #7F7F7F. Windows color (decimal): -14629616 or 1099040. OLE color: 1099040.

HSL color Cylindrical-coordinate representation of color #20C510: hue angle of 114.7º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #20C510 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 32 197 16 -
CMYK 0.84 0 0.92 0.23
HSL 114.7º 0.85% 0.42% -
HSV(B) 114.7º 0.92% 0.77% -
XYZ 20.66 40.28 7.18 -
YUV 127.03 65.34 60.22 -
System Red Green Blue C M Y K H S L
Decimal 32 197 16 0.84 0 0.92 0.23 114.7 0.85 0.42
Hex 20 C5 10 54 0 5C 17 73 55 2A
Octal 40 305 20 124 0 134 27 163 125 52
Binary 100000 11000101 10000 1010100 0 1011100 10111 1110011 1010101 101010

Color Harmonies of #20C510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C510

Black with #20C510

Text Example


Text Example

White with #20C510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,197,16); }

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

background-color css

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

 a { background-color: rgb(32,197,16); }

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

border-color css

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

 span { border-color: rgb(32,197,16); }

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