#46F235

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

Shades of Lime Green #46F235

Tints of Lime Green #46F235

Color information

#46F235 (or 0x46F235) is unknown color: approx Lime Green. HEX triplet: 46, F2 and 35. RGB value is (70,242,53). Sum of RGB (Red+Green+Blue) = 70+242+53=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 242 (94.92% from 255 or 66.30% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 242 - color contains mainly: green. Hex color #46F235 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46F235 is #B90DCA. Grayscale: #A9A9A9. Windows color (decimal): -12127691 or 3535430. OLE color: 3535430.

HSL color Cylindrical-coordinate representation of color #46F235: hue angle of 114.6º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #46F235 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB7024253-
CMYK0.7100.780.05
HSL114.6º87.91%57.84%-
HSV(B)114.6º78.1%94.9%-
XYZ34.9265.0614.09-
YUV169.0362.5257.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.18%
GREEN value IS 242 (94.92% from 255) = 66.30%
BLUE value IS 53 (21.09% from 255) = 14.52%
R=19.18%
G=66.30%
B=14.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal70242530.7100.780.05114.687.9157.84
Hex46F2354704E573583a
Octal106362651070116516313072
Binary10001101111001011010110001110100111010111100111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46F235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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