#46CD36

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

Shades of Lime Green #46CD36

Tints of Lime Green #46CD36

Color information

#46CD36 (or 0x46CD36) is unknown color: approx Lime Green. HEX triplet: 46, CD and 36. RGB value is (70,205,54). Sum of RGB (Red+Green+Blue) = 70+205+54=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 205 (80.47% from 255 or 62.31% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 205 - color contains mainly: green. Hex color #46CD36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46CD36 is #B932C9. Grayscale: #939393. Windows color (decimal): -12137162 or 3591494. OLE color: 3591494.

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

Color convert

RGB7020554-
CMYK0.6600.740.20
HSL113.64º60.16%50.78%-
HSV(B)113.64º73.66%80.39%-
XYZ25.0245.2310.9-
YUV147.4275.2772.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.28%
GREEN value IS 205 (80.47% from 255) = 62.31%
BLUE value IS 54 (21.48% from 255) = 16.41%
R=21.28%
G=62.31%
B=16.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal70205540.6600.740.20113.6460.1650.78
Hex46CD364204A14723c33
Octal106315661020112241627463
Binary100011011001101110110100001001001010101001110010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CD36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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