Html Css Color HEX #20C223 Lime Green

📋 copy color: '#20C223'

red 32 ◦ green 194 ◦ blue 35

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

Shades of Lime Green #20C223

Tints of Lime Green #20C223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.41%

R = 12.26%
G = 74.33%
B = 13.41%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#20C223 (or 0x20C223) is known color: Lime Green. HEX triplet: 20, C2 and 23. RGB value is (32,194,35). Sum of RGB (Red+Green+Blue) = 32+194+35=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 194 (76.17% from 255 or 74.33% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 194 - color contains mainly: green. Hex color #20C223 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C223 is #DF3DDC. Grayscale: #7F7F7F. Windows color (decimal): -14630365 or 2343456. OLE color: 2343456.

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

Color convert

RGB 32 194 35 -
CMYK 0.84 0 0.82 0.24
HSL 121.11º 0.72% 0.44% -
HSV(B) 121.11º 0.84% 0.76% -
XYZ 20.19 39.01 8.06 -
YUV 127.44 75.83 59.93 -
System Red Green Blue C M Y K H S L
Decimal 32 194 35 0.84 0 0.82 0.24 121.11 0.72 0.44
Hex 20 C2 23 54 0 52 18 79 48 2C
Octal 40 302 43 124 0 122 30 171 110 54
Binary 100000 11000010 100011 1010100 0 1010010 11000 1111001 1001000 101100

Color Harmonies of #20C223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C223

Black with #20C223

Text Example


Text Example

White with #20C223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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