Html Css Color HEX #20C236 Lime Green

📋 copy color: '#20C236'

red 32 ◦ green 194 ◦ blue 54

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

Shades of Lime Green #20C236

Tints of Lime Green #20C236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.29%

R = 11.43%
G = 69.29%
B = 19.29%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#20C236 (or 0x20C236) is known color: Lime Green. HEX triplet: 20, C2 and 36. RGB value is (32,194,54). Sum of RGB (Red+Green+Blue) = 32+194+54=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 194 (76.17% from 255 or 69.29% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 194 - color contains mainly: green. Hex color #20C236 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C236 is #DF3DC9. Grayscale: #828282. Windows color (decimal): -14630346 or 3588640. OLE color: 3588640.

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

Color convert

RGB 32 194 54 -
CMYK 0.84 0 0.72 0.24
HSL 128.15º 0.72% 0.44% -
HSV(B) 128.15º 0.84% 0.76% -
XYZ 20.55 39.16 9.96 -
YUV 129.6 85.33 58.38 -
System Red Green Blue C M Y K H S L
Decimal 32 194 54 0.84 0 0.72 0.24 128.15 0.72 0.44
Hex 20 C2 36 54 0 48 18 80 48 2C
Octal 40 302 66 124 0 110 30 200 110 54
Binary 100000 11000010 110110 1010100 0 1001000 11000 10000000 1001000 101100

Color Harmonies of #20C236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C236

Black with #20C236

Text Example


Text Example

White with #20C236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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