Html Css Color HEX #20C228 Lime Green

📋 copy color: '#20C228'

red 32 ◦ green 194 ◦ blue 40

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

Shades of Lime Green #20C228

Tints of Lime Green #20C228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.04%

R = 12.03%
G = 72.93%
B = 15.04%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#20C228 (or 0x20C228) is known color: Lime Green. HEX triplet: 20, C2 and 28. RGB value is (32,194,40). Sum of RGB (Red+Green+Blue) = 32+194+40=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 194 (76.17% from 255 or 72.93% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 194 - color contains mainly: green. Hex color #20C228 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C228 is #DF3DD7. Grayscale: #808080. Windows color (decimal): -14630360 or 2671136. OLE color: 2671136.

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

Color convert

RGB 32 194 40 -
CMYK 0.84 0 0.79 0.24
HSL 122.96º 0.72% 0.44% -
HSV(B) 122.96º 0.84% 0.76% -
XYZ 20.27 39.04 8.48 -
YUV 128.01 78.33 59.52 -
System Red Green Blue C M Y K H S L
Decimal 32 194 40 0.84 0 0.79 0.24 122.96 0.72 0.44
Hex 20 C2 28 54 0 4F 18 7B 48 2C
Octal 40 302 50 124 0 117 30 173 110 54
Binary 100000 11000010 101000 1010100 0 1001111 11000 1111011 1001000 101100

Color Harmonies of #20C228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C228

Black with #20C228

Text Example


Text Example

White with #20C228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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