Html Css Color HEX #46EB32 Lime Green

📋 copy color: '#46EB32'

red 70 ◦ green 235 ◦ blue 50

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

Shades of Lime Green #46EB32

Tints of Lime Green #46EB32

RGB

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

 GREEN value IS 235 (92.19% from 255) = 66.2%

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

R = 19.72%
G = 66.2%
B = 14.08%

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

#46EB32 (or 0x46EB32) is known color: Lime Green. HEX triplet: 46, EB and 32. RGB value is (70,235,50). Sum of RGB (Red+Green+Blue) = 70+235+50=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 235 (92.19% from 255 or 66.20% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 235 - color contains mainly: green. Hex color #46EB32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46EB32 is #B914CD. Grayscale: #A5A5A5. Windows color (decimal): -12129486 or 3337030. OLE color: 3337030.

HSL color Cylindrical-coordinate representation of color #46EB32: hue angle of 113.51º degrees, saturation: 0.82, 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 #46EB32 is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 70 235 50 -
CMYK 0.70 0 0.79 0.08
HSL 113.51º 0.82% 0.56% -
HSV(B) 113.51º 0.79% 0.92% -
XYZ 32.81 60.95 13.05 -
YUV 164.58 63.34 60.54 -
System Red Green Blue C M Y K H S L
Decimal 70 235 50 0.70 0 0.79 0.08 113.51 0.82 0.56
Hex 46 EB 32 46 0 4F 8 72 52 38
Octal 106 353 62 106 0 117 10 162 122 70
Binary 1000110 11101011 110010 1000110 0 1001111 1000 1110010 1010010 111000

Color Harmonies of #46EB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46EB32

Black with #46EB32

Text Example


Text Example

White with #46EB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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