Html Css Color HEX #46ED32 Lime Green

📋 copy color: '#46ED32'

red 70 ◦ green 237 ◦ blue 50

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

Shades of Lime Green #46ED32

Tints of Lime Green #46ED32

RGB

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

 GREEN value IS 237 (92.97% from 255) = 66.39%

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

R = 19.61%
G = 66.39%
B = 14.01%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#46ED32 (or 0x46ED32) is known color: Lime Green. HEX triplet: 46, ED and 32. RGB value is (70,237,50). Sum of RGB (Red+Green+Blue) = 70+237+50=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 237 (92.97% from 255 or 66.39% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 237 - color contains mainly: green. Hex color #46ED32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46ED32 is #B912CD. Grayscale: #A6A6A6. Windows color (decimal): -12128974 or 3337542. OLE color: 3337542.

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

Color convert

RGB 70 237 50 -
CMYK 0.70 0 0.79 0.07
HSL 113.58º 0.84% 0.56% -
HSV(B) 113.58º 0.79% 0.93% -
XYZ 33.39 62.1 13.24 -
YUV 165.75 62.67 59.71 -
System Red Green Blue C M Y K H S L
Decimal 70 237 50 0.70 0 0.79 0.07 113.58 0.84 0.56
Hex 46 ED 32 46 0 4F 7 72 54 38
Octal 106 355 62 106 0 117 7 162 124 70
Binary 1000110 11101101 110010 1000110 0 1001111 111 1110010 1010100 111000

Color Harmonies of #46ED32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46ED32

Black with #46ED32

Text Example


Text Example

White with #46ED32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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