#46E33C

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

Shades of Lime Green #46E33C

Tints of Lime Green #46E33C

Color information

#46E33C (or 0x46E33C) is unknown color: approx Lime Green. HEX triplet: 46, E3 and 3C. RGB value is (70,227,60). Sum of RGB (Red+Green+Blue) = 70+227+60=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 227 (89.06% from 255 or 63.59% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 227 - color contains mainly: green. Hex color #46E33C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46E33C is #B91CC3. Grayscale: #A1A1A1. Windows color (decimal): -12131524 or 3990342. OLE color: 3990342.

HSL color Cylindrical-coordinate representation of color #46E33C: hue angle of 116.41º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #46E33C is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB7022760-
CMYK0.6900.740.11
HSL116.41º74.89%56.27%-
HSV(B)116.41º73.57%89.02%-
XYZ30.8156.5713.57-
YUV161.0270.9963.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.61%
GREEN value IS 227 (89.06% from 255) = 63.59%
BLUE value IS 60 (23.83% from 255) = 16.81%
R=19.61%
G=63.59%
B=16.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal70227600.6900.740.11116.4174.8956.27
Hex46E33C4504AB744b38
Octal1063437410501121316411370
Binary100011011100011111100100010101001010101111101001001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46E33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,227,60); }

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

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

 a { background-color: rgb(70,227,60); }

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

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

 span { border-color: rgb(70,227,60); }

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