#46CA36

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

Shades of Lime Green #46CA36

Tints of Lime Green #46CA36

Color information

#46CA36 (or 0x46CA36) is unknown color: approx Lime Green. HEX triplet: 46, CA and 36. RGB value is (70,202,54). Sum of RGB (Red+Green+Blue) = 70+202+54=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 202 (79.30% from 255 or 61.96% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 202 - color contains mainly: green. Hex color #46CA36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46CA36 is #B935C9. Grayscale: #929292. Windows color (decimal): -12137930 or 3590726. OLE color: 3590726.

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

Color convert

RGB7020254-
CMYK0.6500.730.21
HSL113.51º58.27%50.2%-
HSV(B)113.51º73.27%79.22%-
XYZ24.3143.8110.66-
YUV145.6676.2774.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.47%
GREEN value IS 202 (79.30% from 255) = 61.96%
BLUE value IS 54 (21.48% from 255) = 16.56%
R=21.47%
G=61.96%
B=16.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal70202540.6500.730.21113.5158.2750.2
Hex46CA364104915723a32
Octal106312661010111251627262
Binary100011011001010110110100000101001001101011110010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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