Html Css Color HEX #20C134 Lime Green

📋 copy color: '#20C134'

red 32 ◦ green 193 ◦ blue 52

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

Shades of Lime Green #20C134

Tints of Lime Green #20C134

RGB

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

 GREEN value IS 193 (75.78% from 255) = 69.68%

 BLUE value IS 52 (20.7% from 255) = 18.77%

R = 11.55%
G = 69.68%
B = 18.77%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#20C134 (or 0x20C134) is known color: Lime Green. HEX triplet: 20, C1 and 34. RGB value is (32,193,52). Sum of RGB (Red+Green+Blue) = 32+193+52=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 193 (75.78% from 255 or 69.68% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 193 - color contains mainly: green. Hex color #20C134 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C134 is #DF3ECB. Grayscale: #818181. Windows color (decimal): -14630604 or 3457312. OLE color: 3457312.

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

Color convert

RGB 32 193 52 -
CMYK 0.83 0 0.73 0.24
HSL 127.45º 0.72% 0.44% -
HSV(B) 127.45º 0.83% 0.76% -
XYZ 20.29 38.69 9.65 -
YUV 128.79 84.66 58.96 -
System Red Green Blue C M Y K H S L
Decimal 32 193 52 0.83 0 0.73 0.24 127.45 0.72 0.44
Hex 20 C1 34 53 0 49 18 7F 48 2C
Octal 40 301 64 123 0 111 30 177 110 54
Binary 100000 11000001 110100 1010011 0 1001001 11000 1111111 1001000 101100

Color Harmonies of #20C134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C134

Black with #20C134

Text Example


Text Example

White with #20C134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,193,52); }

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

background-color css

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

 a { background-color: rgb(32,193,52); }

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

border-color css

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

 span { border-color: rgb(32,193,52); }

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