#46D02B

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

Shades of Lime Green #46D02B

Tints of Lime Green #46D02B

Color information

#46D02B (or 0x46D02B) is unknown color: approx Lime Green. HEX triplet: 46, D0 and 2B. RGB value is (70,208,43). Sum of RGB (Red+Green+Blue) = 70+208+43=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 208 (81.64% from 255 or 64.80% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 208 - color contains mainly: green. Hex color #46D02B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D02B is #B92FD4. Grayscale: #949494. Windows color (decimal): -12136405 or 2871366. OLE color: 2871366.

HSL color Cylindrical-coordinate representation of color #46D02B: hue angle of 110.18º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #46D02B is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB7020843-
CMYK0.6600.790.18
HSL110.18º65.74%49.22%-
HSV(B)110.18º79.33%81.57%-
XYZ25.5246.599.93-
YUV147.9368.7872.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.81%
GREEN value IS 208 (81.64% from 255) = 64.80%
BLUE value IS 43 (17.19% from 255) = 13.40%
R=21.81%
G=64.80%
B=13.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal70208430.6600.790.18110.1865.7449.22
Hex46D02B4204F126e4231
Octal1063205310201172215610261
Binary1000110110100001010111000010010011111001011011101000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D02B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46D02B; }

 p { color: rgb(70,208,43); }

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

<style>
 a { background-color: #46D02B; }

 a { background-color: rgb(70,208,43); }

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

<style>
 span { border-color: #46D02B; }

 span { border-color: rgb(70,208,43); }

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