Html Css Color HEX #20CA44 Lime Green

📋 copy color: '#20CA44'

red 32 ◦ green 202 ◦ blue 68

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

Shades of Lime Green #20CA44

Tints of Lime Green #20CA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.52%

R = 10.6%
G = 66.89%
B = 22.52%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#20CA44 (or 0x20CA44) is known color: Lime Green. HEX triplet: 20, CA and 44. RGB value is (32,202,68). Sum of RGB (Red+Green+Blue) = 32+202+68=302 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.60% from 302); Green value is 202 (79.30% from 255 or 66.89% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CA44 is #DF35BB. Grayscale: #888888. Windows color (decimal): -14628284 or 4508192. OLE color: 4508192.

HSL color Cylindrical-coordinate representation of color #20CA44: hue angle of 132.71º 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 #20CA44 is Cyan = 0.84, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 32 202 68 -
CMYK 0.84 0 0.66 0.21
HSL 132.71º 0.73% 0.46% -
HSV(B) 132.71º 0.84% 0.79% -
XYZ 22.76 42.97 12.56 -
YUV 135.89 89.68 53.9 -
System Red Green Blue C M Y K H S L
Decimal 32 202 68 0.84 0 0.66 0.21 132.71 0.73 0.46
Hex 20 CA 44 54 0 42 15 85 49 2E
Octal 40 312 104 124 0 102 25 205 111 56
Binary 100000 11001010 1000100 1010100 0 1000010 10101 10000101 1001001 101110

Color Harmonies of #20CA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CA44

Black with #20CA44

Text Example


Text Example

White with #20CA44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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