#46CB50

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

Shades of Lime Green #46CB50

Tints of Lime Green #46CB50

Color information

#46CB50 (or 0x46CB50) is unknown color: approx Lime Green. HEX triplet: 46, CB and 50. RGB value is (70,203,80). Sum of RGB (Red+Green+Blue) = 70+203+80=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 203 (79.69% from 255 or 57.51% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 203 - color contains mainly: green. Hex color #46CB50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CB50 is #B934AF. Grayscale: #959595. Windows color (decimal): -12137648 or 5294918. OLE color: 5294918.

HSL color Cylindrical-coordinate representation of color #46CB50: hue angle of 124.51º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CB50 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB7020380-
CMYK0.6600.610.20
HSL124.51º56.12%53.53%-
HSV(B)124.51º65.52%79.61%-
XYZ25.3344.5914.86-
YUV149.2188.9471.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.83%
GREEN value IS 203 (79.69% from 255) = 57.51%
BLUE value IS 80 (31.64% from 255) = 22.66%
R=19.83%
G=57.51%
B=22.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal70203800.6600.610.20124.5156.1253.53
Hex46CB504203D147d3836
Octal106313120102075241757066
Binary100011011001011101000010000100111101101001111101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,203,80); }

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

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

 a { background-color: rgb(70,203,80); }

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

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

 span { border-color: rgb(70,203,80); }

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