#20C10E

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

Shades of Lime Green #20C10E

Tints of Lime Green #20C10E

Color information

#20C10E (or 0x20C10E) is unknown color: approx Lime Green. HEX triplet: 20, C1 and 0E. RGB value is (32,193,14). Sum of RGB (Red+Green+Blue) = 32+193+14=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 193 (75.78% from 255 or 80.75% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 193 - color contains mainly: green. Hex color #20C10E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C10E is #DF3EF1. Grayscale: #7D7D7D. Windows color (decimal): -14630642 or 966944. OLE color: 966944.

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

Color convert

RGB3219314-
CMYK0.8300.930.24
HSL113.97º86.47%40.59%-
HSV(B)113.97º92.75%75.69%-
XYZ19.7438.486.8-
YUV124.4665.6662.05-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.39%
GREEN value IS 193 (75.78% from 255) = 80.75%
BLUE value IS 14 (5.86% from 255) = 5.86%
R=13.39%
G=80.75%
B=5.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal32193140.8300.930.24113.9786.4740.59
Hex20C1E5305D18725629
Octal403011612301353016212651
Binary1000001100000111101010011010111011100011100101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20C10E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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