Html Css Color HEX #32FE46 Lime Green

📋 copy color: '#32FE46'

red 50 ◦ green 254 ◦ blue 70

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

Shades of Lime Green #32FE46

Tints of Lime Green #32FE46

RGB

 RED value IS 50 (19.92% from 255) = 13.37%

 GREEN value IS 254 (99.61% from 255) = 67.91%

 BLUE value IS 70 (27.73% from 255) = 18.72%

R = 13.37%
G = 67.91%
B = 18.72%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#32FE46 (or 0x32FE46) is known color: Lime Green. HEX triplet: 32, FE and 46. RGB value is (50,254,70). Sum of RGB (Red+Green+Blue) = 50+254+70=374 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.37% from 374); Green value is 254 (99.61% from 255 or 67.91% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 254 - color contains mainly: green. Hex color #32FE46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FE46 is #CD01B9. Grayscale: #ACACAC. Windows color (decimal): -13435322 or 4652594. OLE color: 4652594.

HSL color Cylindrical-coordinate representation of color #32FE46: hue angle of 125.88º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FE46 is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.

Color convert

RGB 50 254 70 -
CMYK 0.80 0 0.72 0.00
HSL 125.88º 0.99% 0.6% -
HSV(B) 125.88º 0.8% 1% -
XYZ 37.86 72 17.7 -
YUV 172.03 70.41 40.96 -
System Red Green Blue C M Y K H S L
Decimal 50 254 70 0.80 0 0.72 0.00 125.88 0.99 0.6
Hex 32 FE 46 50 0 48 0 7E 63 3C
Octal 62 376 106 120 0 110 0 176 143 74
Binary 110010 11111110 1000110 1010000 0 1001000 0 1111110 1100011 111100

Color Harmonies of #32FE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32FE46

Black with #32FE46

Text Example


Text Example

White with #32FE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32FE46; }

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

 H1.HeaderClassName
 {
   color: #32FE46;
 }
 .AnyTagClassName
 {
   color: #32FE46;
 }
</style>

background-color css

<style>
 a { background-color: #32FE46; }

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

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

border-color css

<style>
 span { border-color: #32FE46; }

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

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