Html Css Color HEX #20C413 Lime Green

📋 copy color: '#20C413'

red 32 ◦ green 196 ◦ blue 19

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

Shades of Lime Green #20C413

Tints of Lime Green #20C413

RGB

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

 GREEN value IS 196 (76.95% from 255) = 79.35%

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

R = 12.96%
G = 79.35%
B = 7.69%

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

#20C413 (or 0x20C413) is known color: Lime Green. HEX triplet: 20, C4 and 13. RGB value is (32,196,19). Sum of RGB (Red+Green+Blue) = 32+196+19=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 196 (76.95% from 255 or 79.35% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 196 - color contains mainly: green. Hex color #20C413 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C413 is #DF3BEC. Grayscale: #7F7F7F. Windows color (decimal): -14629869 or 1295392. OLE color: 1295392.

HSL color Cylindrical-coordinate representation of color #20C413: hue angle of 115.59º 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 #20C413 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 32 196 19 -
CMYK 0.84 0 0.90 0.23
HSL 115.59º 0.82% 0.42% -
HSV(B) 115.59º 0.9% 0.77% -
XYZ 20.45 39.83 7.23 -
YUV 126.79 67.17 60.39 -
System Red Green Blue C M Y K H S L
Decimal 32 196 19 0.84 0 0.90 0.23 115.59 0.82 0.42
Hex 20 C4 13 54 0 5A 17 74 52 2A
Octal 40 304 23 124 0 132 27 164 122 52
Binary 100000 11000100 10011 1010100 0 1011010 10111 1110100 1010010 101010

Color Harmonies of #20C413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C413

Black with #20C413

Text Example


Text Example

White with #20C413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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