#46CD37

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

Shades of Lime Green #46CD37

Tints of Lime Green #46CD37

Color information

#46CD37 (or 0x46CD37) is unknown color: approx Lime Green. HEX triplet: 46, CD and 37. RGB value is (70,205,55). Sum of RGB (Red+Green+Blue) = 70+205+55=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 205 (80.47% from 255 or 62.12% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 205 - color contains mainly: green. Hex color #46CD37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46CD37 is #B932C8. Grayscale: #949494. Windows color (decimal): -12137161 or 3657030. OLE color: 3657030.

HSL color Cylindrical-coordinate representation of color #46CD37: hue angle of 114º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46CD37 is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB7020555-
CMYK0.6600.730.20
HSL114º60%50.98%-
HSV(B)114º73.17%80.39%-
XYZ25.0545.2411.03-
YUV147.5475.7772.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.21%
GREEN value IS 205 (80.47% from 255) = 62.12%
BLUE value IS 55 (21.88% from 255) = 16.67%
R=21.21%
G=62.12%
B=16.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal70205550.6600.730.201146050.98
Hex46CD374204914723c33
Octal106315671020111241627463
Binary100011011001101110111100001001001001101001110010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CD37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,205,55); }

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

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

 a { background-color: rgb(70,205,55); }

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

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

 span { border-color: rgb(70,205,55); }

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