#20B812

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

Shades of Lime Green #20B812

Tints of Lime Green #20B812

Color information

#20B812 (or 0x20B812) is unknown color: approx Lime Green. HEX triplet: 20, B8 and 12. RGB value is (32,184,18). Sum of RGB (Red+Green+Blue) = 32+184+18=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 184 (72.27% from 255 or 78.63% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 184 - color contains mainly: green. Hex color #20B812 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20B812 is #DF47ED. Grayscale: #787878. Windows color (decimal): -14632942 or 1226784. OLE color: 1226784.

HSL color Cylindrical-coordinate representation of color #20B812: hue angle of 114.94º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #20B812 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB3218418-
CMYK0.8300.900.28
HSL114.94º82.18%39.61%-
HSV(B)114.94º90.22%72.16%-
XYZ17.8534.636.32-
YUV119.6370.6465.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.68%
GREEN value IS 184 (72.27% from 255) = 78.63%
BLUE value IS 18 (7.42% from 255) = 7.69%
R=13.68%
G=78.63%
B=7.69%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal32184180.8300.900.28114.9482.1839.61
Hex20B8125305A1C735228
Octal402702212301323416312250
Binary10000010111000100101010011010110101110011100111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20B812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,184,18); }

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

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

 a { background-color: rgb(32,184,18); }

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

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

 span { border-color: rgb(32,184,18); }

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