#46CB33

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

Shades of Lime Green #46CB33

Tints of Lime Green #46CB33

Color information

#46CB33 (or 0x46CB33) is unknown color: approx Lime Green. HEX triplet: 46, CB and 33. RGB value is (70,203,51). Sum of RGB (Red+Green+Blue) = 70+203+51=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 203 (79.69% from 255 or 62.65% from 324); Blue value is 51 (20.31% from 255 or 15.74% from 324); Max value from RGB is 203 - color contains mainly: green. Hex color #46CB33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46CB33 is #B934CC. Grayscale: #929292. Windows color (decimal): -12137677 or 3394374. OLE color: 3394374.

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

Color convert

RGB7020351-
CMYK0.6600.750.20
HSL112.5º59.84%49.8%-
HSV(B)112.5º74.88%79.61%-
XYZ24.4844.2510.38-
YUV145.974.4473.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.60%
GREEN value IS 203 (79.69% from 255) = 62.65%
BLUE value IS 51 (20.31% from 255) = 15.74%
R=21.60%
G=62.65%
B=15.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal70203510.6600.750.20112.559.8449.8
Hex46CB334204B14703c32
Octal106313631020113241607462
Binary100011011001011110011100001001001011101001110000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CB33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,203,51); }

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

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

 a { background-color: rgb(70,203,51); }

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

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

 span { border-color: rgb(70,203,51); }

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