Html Css Color HEX #20C232 Lime Green

📋 copy color: '#20C232'

red 32 ◦ green 194 ◦ blue 50

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

Shades of Lime Green #20C232

Tints of Lime Green #20C232

RGB

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

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

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

R = 11.59%
G = 70.29%
B = 18.12%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#20C232 (or 0x20C232) is known color: Lime Green. HEX triplet: 20, C2 and 32. RGB value is (32,194,50). Sum of RGB (Red+Green+Blue) = 32+194+50=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 194 (76.17% from 255 or 70.29% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 194 - color contains mainly: green. Hex color #20C232 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C232 is #DF3DCD. Grayscale: #818181. Windows color (decimal): -14630350 or 3326496. OLE color: 3326496.

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

Color convert

RGB 32 194 50 -
CMYK 0.84 0 0.74 0.24
HSL 126.67º 0.72% 0.44% -
HSV(B) 126.67º 0.84% 0.76% -
XYZ 20.46 39.12 9.49 -
YUV 129.15 83.33 58.71 -
System Red Green Blue C M Y K H S L
Decimal 32 194 50 0.84 0 0.74 0.24 126.67 0.72 0.44
Hex 20 C2 32 54 0 4A 18 7F 48 2C
Octal 40 302 62 124 0 112 30 177 110 54
Binary 100000 11000010 110010 1010100 0 1001010 11000 1111111 1001000 101100

Color Harmonies of #20C232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C232

Black with #20C232

Text Example


Text Example

White with #20C232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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