#46BF30

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

Shades of Lime Green #46BF30

Tints of Lime Green #46BF30

Color information

#46BF30 (or 0x46BF30) is unknown color: approx Lime Green. HEX triplet: 46, BF and 30. RGB value is (70,191,48). Sum of RGB (Red+Green+Blue) = 70+191+48=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 191 (75% from 255 or 61.81% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 191 - color contains mainly: green. Hex color #46BF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BF30 is #B940CF. Grayscale: #8A8A8A. Windows color (decimal): -12140752 or 3194694. OLE color: 3194694.

HSL color Cylindrical-coordinate representation of color #46BF30: hue angle of 110.77º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #46BF30 is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB7019148-
CMYK0.6300.750.25
HSL110.77º59.83%46.86%-
HSV(B)110.77º74.87%74.9%-
XYZ21.6938.789.14-
YUV138.5276.9179.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.65%
GREEN value IS 191 (75% from 255) = 61.81%
BLUE value IS 48 (19.14% from 255) = 15.53%
R=22.65%
G=61.81%
B=15.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal70191480.6300.750.25110.7759.8346.86
Hex46BF303F04B196f3c2f
Octal10627760770113311577457
Binary10001101011111111000011111101001011110011101111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,191,48); }

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

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

 a { background-color: rgb(70,191,48); }

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

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

 span { border-color: rgb(70,191,48); }

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