#46D22C

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

Shades of Lime Green #46D22C

Tints of Lime Green #46D22C

Color information

#46D22C (or 0x46D22C) is unknown color: approx Lime Green. HEX triplet: 46, D2 and 2C. RGB value is (70,210,44). Sum of RGB (Red+Green+Blue) = 70+210+44=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 210 (82.42% from 255 or 64.81% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 210 - color contains mainly: green. Hex color #46D22C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D22C is #B92DD3. Grayscale: #959595. Windows color (decimal): -12135892 or 2937414. OLE color: 2937414.

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

Color convert

RGB7021044-
CMYK0.6700.790.18
HSL110.6º65.35%49.8%-
HSV(B)110.6º79.05%82.35%-
XYZ26.0347.5810.19-
YUV149.2268.6271.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.60%
GREEN value IS 210 (82.42% from 255) = 64.81%
BLUE value IS 44 (17.58% from 255) = 13.58%
R=21.60%
G=64.81%
B=13.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal70210440.6700.790.18110.665.3549.8
Hex46D22C4304F126f4132
Octal1063225410301172215710162
Binary1000110110100101011001000011010011111001011011111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D22C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,210,44); }

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

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

 a { background-color: rgb(70,210,44); }

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

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

 span { border-color: rgb(70,210,44); }

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