#20C61E

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

Shades of Lime Green #20C61E

Tints of Lime Green #20C61E

Color information

#20C61E (or 0x20C61E) is unknown color: approx Lime Green. HEX triplet: 20, C6 and 1E. RGB value is (32,198,30). Sum of RGB (Red+Green+Blue) = 32+198+30=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 198 (77.73% from 255 or 76.15% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 198 - color contains mainly: green. Hex color #20C61E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C61E is #DF39E1. Grayscale: #818181. Windows color (decimal): -14629346 or 2016800. OLE color: 2016800.

HSL color Cylindrical-coordinate representation of color #20C61E: hue angle of 119.29º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20C61E is Cyan = 0.84, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB3219830-
CMYK0.8400.850.22
HSL119.29º73.68%44.71%-
HSV(B)119.29º84.85%77.65%-
XYZ21.0240.797.99-
YUV129.217258.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.31%
GREEN value IS 198 (77.73% from 255) = 76.15%
BLUE value IS 30 (12.11% from 255) = 11.54%
R=12.31%
G=76.15%
B=11.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal32198300.8400.850.22119.2973.6844.71
Hex20C61E5405516774a2d
Octal403063612401252616711255
Binary10000011000110111101010100010101011011011101111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20C61E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,198,30); }

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

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

 a { background-color: rgb(32,198,30); }

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

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

 span { border-color: rgb(32,198,30); }

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