Html Css Color HEX #20C035 Lime Green

📋 copy color: '#20C035'

red 32 ◦ green 192 ◦ blue 53

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

Shades of Lime Green #20C035

Tints of Lime Green #20C035

RGB

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

 GREEN value IS 192 (75.39% from 255) = 69.31%

 BLUE value IS 53 (21.09% from 255) = 19.13%

R = 11.55%
G = 69.31%
B = 19.13%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#20C035 (or 0x20C035) is known color: Lime Green. HEX triplet: 20, C0 and 35. RGB value is (32,192,53). Sum of RGB (Red+Green+Blue) = 32+192+53=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 192 (75.39% from 255 or 69.31% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 192 - color contains mainly: green. Hex color #20C035 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C035 is #DF3FCA. Grayscale: #808080. Windows color (decimal): -14630859 or 3522592. OLE color: 3522592.

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

Color convert

RGB 32 192 53 -
CMYK 0.83 0 0.72 0.25
HSL 127.88º 0.71% 0.44% -
HSV(B) 127.88º 0.83% 0.75% -
XYZ 20.09 38.26 9.69 -
YUV 128.31 85.49 59.3 -
System Red Green Blue C M Y K H S L
Decimal 32 192 53 0.83 0 0.72 0.25 127.88 0.71 0.44
Hex 20 C0 35 53 0 48 19 80 47 2C
Octal 40 300 65 123 0 110 31 200 107 54
Binary 100000 11000000 110101 1010011 0 1001000 11001 10000000 1000111 101100

Color Harmonies of #20C035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C035

Black with #20C035

Text Example


Text Example

White with #20C035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,192,53); }

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

background-color css

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

 a { background-color: rgb(32,192,53); }

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

border-color css

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

 span { border-color: rgb(32,192,53); }

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