#46FC33

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

Shades of Lime Green #46FC33

Tints of Lime Green #46FC33

Color information

#46FC33 (or 0x46FC33) is unknown color: approx Lime Green. HEX triplet: 46, FC and 33. RGB value is (70,252,51). Sum of RGB (Red+Green+Blue) = 70+252+51=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 252 (98.83% from 255 or 67.56% from 373); Blue value is 51 (20.31% from 255 or 13.67% from 373); Max value from RGB is 252 - color contains mainly: green. Hex color #46FC33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46FC33 is #B903CC. Grayscale: #AFAFAF. Windows color (decimal): -12125133 or 3406918. OLE color: 3406918.

HSL color Cylindrical-coordinate representation of color #46FC33: hue angle of 114.33º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #46FC33 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB7025251-
CMYK0.7200.800.01
HSL114.33º97.1%59.41%-
HSV(B)114.33º79.76%98.82%-
XYZ37.9371.1614.87-
YUV174.6758.253.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.77%
GREEN value IS 252 (98.83% from 255) = 67.56%
BLUE value IS 51 (20.31% from 255) = 13.67%
R=18.77%
G=67.56%
B=13.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal70252510.7200.800.01114.3397.159.41
Hex46FC3348050172613b
Octal106374631100120116214173
Binary100011011111100110011100100001010000111100101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46FC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,252,51); }

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

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

 a { background-color: rgb(70,252,51); }

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

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

 span { border-color: rgb(70,252,51); }

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