#46C13A

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

Shades of Lime Green #46C13A

Tints of Lime Green #46C13A

Color information

#46C13A (or 0x46C13A) is unknown color: approx Lime Green. HEX triplet: 46, C1 and 3A. RGB value is (70,193,58). Sum of RGB (Red+Green+Blue) = 70+193+58=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 193 (75.78% from 255 or 60.12% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 193 - color contains mainly: green. Hex color #46C13A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C13A is #B93EC5. Grayscale: #8D8D8D. Windows color (decimal): -12140230 or 3850566. OLE color: 3850566.

HSL color Cylindrical-coordinate representation of color #46C13A: hue angle of 114.67º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46C13A is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB7019358-
CMYK0.6400.700.24
HSL114.67º53.78%49.22%-
HSV(B)114.67º69.95%75.69%-
XYZ22.3639.7510.5-
YUV140.8381.2577.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.81%
GREEN value IS 193 (75.78% from 255) = 60.12%
BLUE value IS 58 (23.05% from 255) = 18.07%
R=21.81%
G=60.12%
B=18.07%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal70193580.6400.700.24114.6753.7849.22
Hex46C13A4004618733631
Octal106301721000106301636661
Binary100011011000001111010100000001000110110001110011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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