Html Css Color HEX #20CA32 Lime Green

📋 copy color: '#20CA32'

red 32 ◦ green 202 ◦ blue 50

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

Shades of Lime Green #20CA32

Tints of Lime Green #20CA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.61%

R = 11.27%
G = 71.13%
B = 17.61%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#20CA32 (or 0x20CA32) is known color: Lime Green. HEX triplet: 20, CA and 32. RGB value is (32,202,50). Sum of RGB (Red+Green+Blue) = 32+202+50=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 202 (79.30% from 255 or 71.13% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CA32 is #DF35CD. Grayscale: #868686. Windows color (decimal): -14628302 or 3328544. OLE color: 3328544.

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

Color convert

RGB 32 202 50 -
CMYK 0.84 0 0.75 0.21
HSL 126.35º 0.73% 0.46% -
HSV(B) 126.35º 0.84% 0.79% -
XYZ 22.29 42.78 10.1 -
YUV 133.84 80.68 55.36 -
System Red Green Blue C M Y K H S L
Decimal 32 202 50 0.84 0 0.75 0.21 126.35 0.73 0.46
Hex 20 CA 32 54 0 4B 15 7E 49 2E
Octal 40 312 62 124 0 113 25 176 111 56
Binary 100000 11001010 110010 1010100 0 1001011 10101 1111110 1001001 101110

Color Harmonies of #20CA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CA32

Black with #20CA32

Text Example


Text Example

White with #20CA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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