#46CA3A

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

Shades of Lime Green #46CA3A

Tints of Lime Green #46CA3A

Color information

#46CA3A (or 0x46CA3A) is unknown color: approx Lime Green. HEX triplet: 46, CA and 3A. RGB value is (70,202,58). Sum of RGB (Red+Green+Blue) = 70+202+58=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 202 (79.30% from 255 or 61.21% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 202 - color contains mainly: green. Hex color #46CA3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46CA3A is #B935C5. Grayscale: #929292. Windows color (decimal): -12137926 or 3852870. OLE color: 3852870.

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

Color convert

RGB7020258-
CMYK0.6500.710.21
HSL115º57.6%50.98%-
HSV(B)115º71.29%79.22%-
XYZ24.4143.8511.18-
YUV146.1278.2773.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.21%
GREEN value IS 202 (79.30% from 255) = 61.21%
BLUE value IS 58 (23.05% from 255) = 17.58%
R=21.21%
G=61.21%
B=17.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal70202580.6500.710.2111557.650.98
Hex46CA3A4104715733a33
Octal106312721010107251637263
Binary100011011001010111010100000101000111101011110011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CA3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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