Html Css Color HEX #46FC32 Lime Green

📋 copy color: '#46FC32'

red 70 ◦ green 252 ◦ blue 50

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

Shades of Lime Green #46FC32

Tints of Lime Green #46FC32

RGB

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

 GREEN value IS 252 (98.83% from 255) = 67.74%

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

R = 18.82%
G = 67.74%
B = 13.44%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#46FC32 (or 0x46FC32) is known color: Lime Green. HEX triplet: 46, FC and 32. RGB value is (70,252,50). Sum of RGB (Red+Green+Blue) = 70+252+50=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 252 (98.83% from 255 or 67.74% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 252 - color contains mainly: green. Hex color #46FC32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46FC32 is #B903CD. Grayscale: #AFAFAF. Windows color (decimal): -12125134 or 3341382. OLE color: 3341382.

HSL color Cylindrical-coordinate representation of color #46FC32: hue angle of 114.06º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #46FC32 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 70 252 50 -
CMYK 0.72 0 0.80 0.01
HSL 114.06º 0.97% 0.59% -
HSV(B) 114.06º 0.8% 0.99% -
XYZ 37.91 71.15 14.75 -
YUV 174.55 57.7 53.43 -
System Red Green Blue C M Y K H S L
Decimal 70 252 50 0.72 0 0.80 0.01 114.06 0.97 0.59
Hex 46 FC 32 48 0 50 1 72 61 3B
Octal 106 374 62 110 0 120 1 162 141 73
Binary 1000110 11111100 110010 1001000 0 1010000 1 1110010 1100001 111011

Color Harmonies of #46FC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46FC32

Black with #46FC32

Text Example


Text Example

White with #46FC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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