Html Css Color HEX #46EA32 Lime Green

📋 copy color: '#46EA32'

red 70 ◦ green 234 ◦ blue 50

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

Shades of Lime Green #46EA32

Tints of Lime Green #46EA32

RGB

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

 GREEN value IS 234 (91.8% from 255) = 66.1%

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

R = 19.77%
G = 66.1%
B = 14.12%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#46EA32 (or 0x46EA32) is known color: Lime Green. HEX triplet: 46, EA and 32. RGB value is (70,234,50). Sum of RGB (Red+Green+Blue) = 70+234+50=354 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.77% from 354); Green value is 234 (91.80% from 255 or 66.10% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 234 - color contains mainly: green. Hex color #46EA32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46EA32 is #B915CD. Grayscale: #A4A4A4. Windows color (decimal): -12129742 or 3336774. OLE color: 3336774.

HSL color Cylindrical-coordinate representation of color #46EA32: hue angle of 113.48º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #46EA32 is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 70 234 50 -
CMYK 0.70 0 0.79 0.08
HSL 113.48º 0.81% 0.56% -
HSV(B) 113.48º 0.79% 0.92% -
XYZ 32.52 60.38 12.96 -
YUV 163.99 63.67 60.96 -
System Red Green Blue C M Y K H S L
Decimal 70 234 50 0.70 0 0.79 0.08 113.48 0.81 0.56
Hex 46 EA 32 46 0 4F 8 71 51 38
Octal 106 352 62 106 0 117 10 161 121 70
Binary 1000110 11101010 110010 1000110 0 1001111 1000 1110001 1010001 111000

Color Harmonies of #46EA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46EA32

Black with #46EA32

Text Example


Text Example

White with #46EA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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