Html Css Color HEX #46E032 Lime Green

📋 copy color: '#46E032'

red 70 ◦ green 224 ◦ blue 50

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

Shades of Lime Green #46E032

Tints of Lime Green #46E032

RGB

 RED value IS 70 (27.73% from 255) = 20.35%

 GREEN value IS 224 (87.89% from 255) = 65.12%

 BLUE value IS 50 (19.92% from 255) = 14.53%

R = 20.35%
G = 65.12%
B = 14.53%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#46E032 (or 0x46E032) is known color: Lime Green. HEX triplet: 46, E0 and 32. RGB value is (70,224,50). Sum of RGB (Red+Green+Blue) = 70+224+50=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 224 (87.89% from 255 or 65.12% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 224 - color contains mainly: green. Hex color #46E032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46E032 is #B91FCD. Grayscale: #9E9E9E. Windows color (decimal): -12132302 or 3334214. OLE color: 3334214.

HSL color Cylindrical-coordinate representation of color #46E032: hue angle of 113.1º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #46E032 is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 70 224 50 -
CMYK 0.69 0 0.78 0.12
HSL 113.1º 0.74% 0.54% -
HSV(B) 113.1º 0.78% 0.88% -
XYZ 29.76 54.84 12.04 -
YUV 158.12 66.98 65.15 -
System Red Green Blue C M Y K H S L
Decimal 70 224 50 0.69 0 0.78 0.12 113.1 0.74 0.54
Hex 46 E0 32 45 0 4E C 71 4A 36
Octal 106 340 62 105 0 116 14 161 112 66
Binary 1000110 11100000 110010 1000101 0 1001110 1100 1110001 1001010 110110

Color Harmonies of #46E032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E032

Black with #46E032

Text Example


Text Example

White with #46E032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,224,50); }

 H1.HeaderClassName
 {
   color: #46E032;
 }
 .AnyTagClassName
 {
   color: #46E032;
 }
</style>

background-color css

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

 a { background-color: rgb(70,224,50); }

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

border-color css

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

 span { border-color: rgb(70,224,50); }

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