#46DD33

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

Shades of Lime Green #46DD33

Tints of Lime Green #46DD33

Color information

#46DD33 (or 0x46DD33) is unknown color: approx Lime Green. HEX triplet: 46, DD and 33. RGB value is (70,221,51). Sum of RGB (Red+Green+Blue) = 70+221+51=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 221 (86.72% from 255 or 64.62% from 342); Blue value is 51 (20.31% from 255 or 14.91% from 342); Max value from RGB is 221 - color contains mainly: green. Hex color #46DD33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46DD33 is #B922CC. Grayscale: #9D9D9D. Windows color (decimal): -12133069 or 3398982. OLE color: 3398982.

HSL color Cylindrical-coordinate representation of color #46DD33: hue angle of 113.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #46DD33 is Cyan = 0.68, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB7022151-
CMYK0.6800.770.13
HSL113.29º71.43%53.33%-
HSV(B)113.29º76.92%86.67%-
XYZ28.9853.2511.88-
YUV156.4768.4766.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.47%
GREEN value IS 221 (86.72% from 255) = 64.62%
BLUE value IS 51 (20.31% from 255) = 14.91%
R=20.47%
G=64.62%
B=14.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal70221510.6800.770.13113.2971.4353.33
Hex46DD334404DD714735
Octal1063356310401151516110765
Binary100011011011101110011100010001001101110111100011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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