#20B612

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

Shades of Lime Green #20B612

Tints of Lime Green #20B612

Color information

#20B612 (or 0x20B612) is unknown color: approx Lime Green. HEX triplet: 20, B6 and 12. RGB value is (32,182,18). Sum of RGB (Red+Green+Blue) = 32+182+18=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 182 (71.48% from 255 or 78.45% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 182 - color contains mainly: green. Hex color #20B612 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20B612 is #DF49ED. Grayscale: #767676. Windows color (decimal): -14633454 or 1226272. OLE color: 1226272.

HSL color Cylindrical-coordinate representation of color #20B612: hue angle of 114.88º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #20B612 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB3218218-
CMYK0.8200.900.29
HSL114.88º82%39.22%-
HSV(B)114.88º90.11%71.37%-
XYZ17.4333.816.18-
YUV118.4571.3166.34-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.79%
GREEN value IS 182 (71.48% from 255) = 78.45%
BLUE value IS 18 (7.42% from 255) = 7.76%
R=13.79%
G=78.45%
B=7.76%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal32182180.8200.900.29114.888239.22
Hex20B6125205A1D735227
Octal402662212201323516312247
Binary10000010110110100101010010010110101110111100111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20B612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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