Html Css Color HEX #20CA04 Lime Green

📋 copy color: '#20CA04'

red 32 ◦ green 202 ◦ blue 4

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

Shades of Lime Green #20CA04

Tints of Lime Green #20CA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.68%

R = 13.45%
G = 84.87%
B = 1.68%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#20CA04 (or 0x20CA04) is known color: Lime Green. HEX triplet: 20, CA and 04. RGB value is (32,202,4). Sum of RGB (Red+Green+Blue) = 32+202+4=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 202 (79.30% from 255 or 84.87% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20CA04 is #DF35FB. Grayscale: #818181. Windows color (decimal): -14628348 or 313888. OLE color: 313888.

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

Color convert

RGB 32 202 4 -
CMYK 0.84 0 0.98 0.21
HSL 111.52º 0.96% 0.4% -
HSV(B) 111.52º 0.98% 0.79% -
XYZ 21.74 42.56 7.18 -
YUV 128.6 57.68 59.1 -
System Red Green Blue C M Y K H S L
Decimal 32 202 4 0.84 0 0.98 0.21 111.52 0.96 0.4
Hex 20 CA 4 54 0 62 15 70 60 28
Octal 40 312 4 124 0 142 25 160 140 50
Binary 100000 11001010 100 1010100 0 1100010 10101 1110000 1100000 101000

Color Harmonies of #20CA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CA04

Black with #20CA04

Text Example


Text Example

White with #20CA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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