#20BC17

Color #20BC17 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #20BC17

Tints of Lime Green #20BC17

Color information

#20BC17 (or 0x20BC17) is unknown color: approx Lime Green. HEX triplet: 20, BC and 17. RGB value is (32,188,23). Sum of RGB (Red+Green+Blue) = 32+188+23=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 188 (73.83% from 255 or 77.37% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 188 - color contains mainly: green. Hex color #20BC17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20BC17 is #DF43E8. Grayscale: #7B7B7B. Windows color (decimal): -14631913 or 1555488. OLE color: 1555488.

HSL color Cylindrical-coordinate representation of color #20BC17: hue angle of 116.73º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #20BC17 is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB3218823-
CMYK0.8300.880.26
HSL116.73º78.2%41.37%-
HSV(B)116.73º87.77%73.73%-
XYZ18.7336.346.84-
YUV122.5571.8263.42-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.17%
GREEN value IS 188 (73.83% from 255) = 77.37%
BLUE value IS 23 (9.38% from 255) = 9.47%
R=13.17%
G=77.37%
B=9.47%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal32188230.8300.880.26116.7378.241.37
Hex20BC17530581A754e29
Octal402742712301303216511651
Binary10000010111100101111010011010110001101011101011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20BC17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,188,23); }

 H1.HeaderClassName
 {
   color: #20BC17;
 }
 .AnyTagClassName
 {
   color: #20BC17;
 }
</style>
background-color css

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

 a { background-color: rgb(32,188,23); }

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

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

 span { border-color: rgb(32,188,23); }

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