Html Css Color HEX #46DD33 Lime Green

📋 copy color: '#46DD33'

red 70 ◦ green 221 ◦ blue 51

#46DD33
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #46DD33

Tints of Lime Green #46DD33

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 value IS 0.68

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#46DD33 (or 0x46DD33) is known color: 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

RGB 70 221 51 -
CMYK 0.68 0 0.77 0.13
HSL 113.29º 0.71% 0.53% -
HSV(B) 113.29º 0.77% 0.87% -
XYZ 28.98 53.25 11.88 -
YUV 156.47 68.47 66.32 -
System Red Green Blue C M Y K H S L
Decimal 70 221 51 0.68 0 0.77 0.13 113.29 0.71 0.53
Hex 46 DD 33 44 0 4D D 71 47 35
Octal 106 335 63 104 0 115 15 161 107 65
Binary 1000110 11011101 110011 1000100 0 1001101 1101 1110001 1000111 110101

Color Harmonies of #46DD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DD33

Black with #46DD33

Text Example


Text Example

White with #46DD33

Text Example


Text Example

HTML Codes & Css Web 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>