#46CE41

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

Shades of Lime Green #46CE41

Tints of Lime Green #46CE41

Color information

#46CE41 (or 0x46CE41) is unknown color: approx Lime Green. HEX triplet: 46, CE and 41. RGB value is (70,206,65). Sum of RGB (Red+Green+Blue) = 70+206+65=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 206 (80.86% from 255 or 60.41% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 206 - color contains mainly: green. Hex color #46CE41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46CE41 is #B931BE. Grayscale: #959595. Windows color (decimal): -12136895 or 4312646. OLE color: 4312646.

HSL color Cylindrical-coordinate representation of color #46CE41: hue angle of 117.87º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46CE41 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB7020665-
CMYK0.6600.680.19
HSL117.87º59%53.14%-
HSV(B)117.87º68.45%80.78%-
XYZ25.5545.8312.5-
YUV149.2680.4471.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.53%
GREEN value IS 206 (80.86% from 255) = 60.41%
BLUE value IS 65 (25.78% from 255) = 19.06%
R=20.53%
G=60.41%
B=19.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal70206650.6600.680.19117.875953.14
Hex46CE414204413763b35
Octal1063161011020104231667365
Binary1000110110011101000001100001001000100100111110110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,206,65); }

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

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

 a { background-color: rgb(70,206,65); }

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

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

 span { border-color: rgb(70,206,65); }

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