Html Css Color HEX #46E232 Lime Green

📋 copy color: '#46E232'

red 70 ◦ green 226 ◦ blue 50

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

Shades of Lime Green #46E232

Tints of Lime Green #46E232

RGB

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

 GREEN value IS 226 (88.67% from 255) = 65.32%

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

R = 20.23%
G = 65.32%
B = 14.45%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#46E232 (or 0x46E232) is known color: Lime Green. HEX triplet: 46, E2 and 32. RGB value is (70,226,50). Sum of RGB (Red+Green+Blue) = 70+226+50=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 226 (88.67% from 255 or 65.32% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 226 - color contains mainly: green. Hex color #46E232 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46E232 is #B91DCD. Grayscale: #9F9F9F. Windows color (decimal): -12131790 or 3334726. OLE color: 3334726.

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

Color convert

RGB 70 226 50 -
CMYK 0.69 0 0.78 0.11
HSL 113.18º 0.75% 0.54% -
HSV(B) 113.18º 0.78% 0.89% -
XYZ 30.3 55.93 12.22 -
YUV 159.29 66.32 64.31 -
System Red Green Blue C M Y K H S L
Decimal 70 226 50 0.69 0 0.78 0.11 113.18 0.75 0.54
Hex 46 E2 32 45 0 4E B 71 4B 36
Octal 106 342 62 105 0 116 13 161 113 66
Binary 1000110 11100010 110010 1000101 0 1001110 1011 1110001 1001011 110110

Color Harmonies of #46E232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E232

Black with #46E232

Text Example


Text Example

White with #46E232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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