#46D126

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

Shades of Lime Green #46D126

Tints of Lime Green #46D126

Color information

#46D126 (or 0x46D126) is unknown color: approx Lime Green. HEX triplet: 46, D1 and 26. RGB value is (70,209,38). Sum of RGB (Red+Green+Blue) = 70+209+38=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 209 (82.03% from 255 or 65.93% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 209 - color contains mainly: green. Hex color #46D126 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D126 is #B92ED9. Grayscale: #949494. Windows color (decimal): -12136154 or 2543942. OLE color: 2543942.

HSL color Cylindrical-coordinate representation of color #46D126: hue angle of 108.77º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #46D126 is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB7020938-
CMYK0.6700.820.18
HSL108.77º69.23%48.43%-
HSV(B)108.77º81.82%81.96%-
XYZ25.6847.049.56-
YUV147.9465.9572.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.08%
GREEN value IS 209 (82.03% from 255) = 65.93%
BLUE value IS 38 (15.23% from 255) = 11.99%
R=22.08%
G=65.93%
B=11.99%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal70209380.6700.820.18108.7769.2348.43
Hex46D12643052126d4530
Octal1063214610301222215510560
Binary1000110110100011001101000011010100101001011011011000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,209,38); }

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

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

 a { background-color: rgb(70,209,38); }

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

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

 span { border-color: rgb(70,209,38); }

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