#46CA51

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

Shades of Lime Green #46CA51

Tints of Lime Green #46CA51

Color information

#46CA51 (or 0x46CA51) is unknown color: approx Lime Green. HEX triplet: 46, CA and 51. RGB value is (70,202,81). Sum of RGB (Red+Green+Blue) = 70+202+81=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 202 (79.30% from 255 or 57.22% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 202 - color contains mainly: green. Hex color #46CA51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CA51 is #B935AE. Grayscale: #959595. Windows color (decimal): -12137903 or 5360198. OLE color: 5360198.

HSL color Cylindrical-coordinate representation of color #46CA51: hue angle of 125º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46CA51 is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB7020281-
CMYK0.6500.600.21
HSL125º55.46%53.33%-
HSV(B)125º65.35%79.22%-
XYZ25.1344.1414.98-
YUV148.7489.7771.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.83%
GREEN value IS 202 (79.30% from 255) = 57.22%
BLUE value IS 81 (32.03% from 255) = 22.95%
R=19.83%
G=57.22%
B=22.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal70202810.6500.600.2112555.4653.33
Hex46CA514103C157d3735
Octal106312121101074251756765
Binary100011011001010101000110000010111100101011111101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,202,81); }

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

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

 a { background-color: rgb(70,202,81); }

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

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

 span { border-color: rgb(70,202,81); }

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