Html Css Color HEX #20CA18 Lime Green

📋 copy color: '#20CA18'

red 32 ◦ green 202 ◦ blue 24

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

Shades of Lime Green #20CA18

Tints of Lime Green #20CA18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.3%

R = 12.4%
G = 78.29%
B = 9.3%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#20CA18 (or 0x20CA18) is known color: Lime Green. HEX triplet: 20, CA and 18. RGB value is (32,202,24). Sum of RGB (Red+Green+Blue) = 32+202+24=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 202 (79.30% from 255 or 78.29% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20CA18 is #DF35E7. Grayscale: #838383. Windows color (decimal): -14628328 or 1624608. OLE color: 1624608.

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

Color convert

RGB 32 202 24 -
CMYK 0.84 0 0.88 0.21
HSL 117.3º 0.79% 0.44% -
HSV(B) 117.3º 0.88% 0.79% -
XYZ 21.88 42.61 7.94 -
YUV 130.88 67.68 57.47 -
System Red Green Blue C M Y K H S L
Decimal 32 202 24 0.84 0 0.88 0.21 117.3 0.79 0.44
Hex 20 CA 18 54 0 58 15 75 4F 2C
Octal 40 312 30 124 0 130 25 165 117 54
Binary 100000 11001010 11000 1010100 0 1011000 10101 1110101 1001111 101100

Color Harmonies of #20CA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CA18

Black with #20CA18

Text Example


Text Example

White with #20CA18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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