#46FB35

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

Shades of Lime Green #46FB35

Tints of Lime Green #46FB35

Color information

#46FB35 (or 0x46FB35) is unknown color: approx Lime Green. HEX triplet: 46, FB and 35. RGB value is (70,251,53). Sum of RGB (Red+Green+Blue) = 70+251+53=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 251 (98.44% from 255 or 67.11% from 374); Blue value is 53 (21.09% from 255 or 14.17% from 374); Max value from RGB is 251 - color contains mainly: green. Hex color #46FB35 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46FB35 is #B904CA. Grayscale: #AEAEAE. Windows color (decimal): -12125387 or 3537734. OLE color: 3537734.

HSL color Cylindrical-coordinate representation of color #46FB35: hue angle of 114.85º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #46FB35 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB7025153-
CMYK0.7200.790.02
HSL114.85º96.12%59.61%-
HSV(B)114.85º78.88%98.43%-
XYZ37.6770.5515-
YUV174.3159.5353.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.72%
GREEN value IS 251 (98.44% from 255) = 67.11%
BLUE value IS 53 (21.09% from 255) = 14.17%
R=18.72%
G=67.11%
B=14.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal70251530.7200.790.02114.8596.1259.61
Hex46FB354804F273603c
Octal106373651100117216314074
Binary1000110111110111101011001000010011111011100111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46FB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,251,53); }

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

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

 a { background-color: rgb(70,251,53); }

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

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

 span { border-color: rgb(70,251,53); }

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