Html Css Color HEX #20C224 Lime Green

📋 copy color: '#20C224'

red 32 ◦ green 194 ◦ blue 36

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

Shades of Lime Green #20C224

Tints of Lime Green #20C224

RGB

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

 GREEN value IS 194 (76.17% from 255) = 74.05%

 BLUE value IS 36 (14.45% from 255) = 13.74%

R = 12.21%
G = 74.05%
B = 13.74%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#20C224 (or 0x20C224) is known color: Lime Green. HEX triplet: 20, C2 and 24. RGB value is (32,194,36). Sum of RGB (Red+Green+Blue) = 32+194+36=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 194 (76.17% from 255 or 74.05% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 194 - color contains mainly: green. Hex color #20C224 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C224 is #DF3DDB. Grayscale: #808080. Windows color (decimal): -14630364 or 2408992. OLE color: 2408992.

HSL color Cylindrical-coordinate representation of color #20C224: hue angle of 121.48º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C224 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 194 36 -
CMYK 0.84 0 0.81 0.24
HSL 121.48º 0.72% 0.44% -
HSV(B) 121.48º 0.84% 0.76% -
XYZ 20.21 39.02 8.14 -
YUV 127.55 76.33 59.85 -
System Red Green Blue C M Y K H S L
Decimal 32 194 36 0.84 0 0.81 0.24 121.48 0.72 0.44
Hex 20 C2 24 54 0 51 18 79 48 2C
Octal 40 302 44 124 0 121 30 171 110 54
Binary 100000 11000010 100100 1010100 0 1010001 11000 1111001 1001000 101100

Color Harmonies of #20C224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C224

Black with #20C224

Text Example


Text Example

White with #20C224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,194,36); }

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

background-color css

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

 a { background-color: rgb(32,194,36); }

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

border-color css

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

 span { border-color: rgb(32,194,36); }

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