Html Css Color HEX #20CA13 Lime Green

📋 copy color: '#20CA13'

red 32 ◦ green 202 ◦ blue 19

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

Shades of Lime Green #20CA13

Tints of Lime Green #20CA13

RGB

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

 GREEN value IS 202 (79.3% from 255) = 79.84%

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

R = 12.65%
G = 79.84%
B = 7.51%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#20CA13 (or 0x20CA13) is known color: Lime Green. HEX triplet: 20, CA and 13. RGB value is (32,202,19). Sum of RGB (Red+Green+Blue) = 32+202+19=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 202 (79.30% from 255 or 79.84% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20CA13 is #DF35EC. Grayscale: #828282. Windows color (decimal): -14628333 or 1296928. OLE color: 1296928.

HSL color Cylindrical-coordinate representation of color #20CA13: hue angle of 115.74º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #20CA13 is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 32 202 19 -
CMYK 0.84 0 0.91 0.21
HSL 115.74º 0.83% 0.43% -
HSV(B) 115.74º 0.91% 0.79% -
XYZ 21.83 42.6 7.69 -
YUV 130.31 65.18 57.88 -
System Red Green Blue C M Y K H S L
Decimal 32 202 19 0.84 0 0.91 0.21 115.74 0.83 0.43
Hex 20 CA 13 54 0 5B 15 74 53 2B
Octal 40 312 23 124 0 133 25 164 123 53
Binary 100000 11001010 10011 1010100 0 1011011 10101 1110100 1010011 101011

Color Harmonies of #20CA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CA13

Black with #20CA13

Text Example


Text Example

White with #20CA13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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