Html Css Color HEX #20C513 Lime Green

📋 copy color: '#20C513'

red 32 ◦ green 197 ◦ blue 19

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

Shades of Lime Green #20C513

Tints of Lime Green #20C513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.66%

R = 12.9%
G = 79.44%
B = 7.66%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#20C513 (or 0x20C513) is known color: Lime Green. HEX triplet: 20, C5 and 13. RGB value is (32,197,19). Sum of RGB (Red+Green+Blue) = 32+197+19=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 197 (77.34% from 255 or 79.44% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 197 - color contains mainly: green. Hex color #20C513 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C513 is #DF3AEC. Grayscale: #7F7F7F. Windows color (decimal): -14629613 or 1295648. OLE color: 1295648.

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

Color convert

RGB 32 197 19 -
CMYK 0.84 0 0.90 0.23
HSL 115.62º 0.82% 0.42% -
HSV(B) 115.62º 0.9% 0.77% -
XYZ 20.68 40.29 7.3 -
YUV 127.37 66.84 59.97 -
System Red Green Blue C M Y K H S L
Decimal 32 197 19 0.84 0 0.90 0.23 115.62 0.82 0.42
Hex 20 C5 13 54 0 5A 17 74 52 2A
Octal 40 305 23 124 0 132 27 164 122 52
Binary 100000 11000101 10011 1010100 0 1011010 10111 1110100 1010010 101010

Color Harmonies of #20C513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C513

Black with #20C513

Text Example


Text Example

White with #20C513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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