Html Css Color HEX #20CA05 Lime Green

📋 copy color: '#20CA05'

red 32 ◦ green 202 ◦ blue 5

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

Shades of Lime Green #20CA05

Tints of Lime Green #20CA05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.09%

R = 13.39%
G = 84.52%
B = 2.09%

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

#20CA05 (or 0x20CA05) is known color: Lime Green. HEX triplet: 20, CA and 05. RGB value is (32,202,5). Sum of RGB (Red+Green+Blue) = 32+202+5=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 202 (79.30% from 255 or 84.52% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20CA05 is #DF35FA. Grayscale: #818181. Windows color (decimal): -14628347 or 379424. OLE color: 379424.

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

Color convert

RGB 32 202 5 -
CMYK 0.84 0 0.98 0.21
HSL 111.78º 0.95% 0.41% -
HSV(B) 111.78º 0.98% 0.79% -
XYZ 21.74 42.56 7.21 -
YUV 128.71 58.18 59.02 -
System Red Green Blue C M Y K H S L
Decimal 32 202 5 0.84 0 0.98 0.21 111.78 0.95 0.41
Hex 20 CA 5 54 0 62 15 70 5F 29
Octal 40 312 5 124 0 142 25 160 137 51
Binary 100000 11001010 101 1010100 0 1100010 10101 1110000 1011111 101001

Color Harmonies of #20CA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CA05

Black with #20CA05

Text Example


Text Example

White with #20CA05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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