Html Css Color HEX #32FD46 Lime Green

📋 copy color: '#32FD46'

red 50 ◦ green 253 ◦ blue 70

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

Shades of Lime Green #32FD46

Tints of Lime Green #32FD46

RGB

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

 GREEN value IS 253 (99.22% from 255) = 67.83%

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

R = 13.4%
G = 67.83%
B = 18.77%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#32FD46 (or 0x32FD46) is known color: Lime Green. HEX triplet: 32, FD and 46. RGB value is (50,253,70). Sum of RGB (Red+Green+Blue) = 50+253+70=373 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.40% from 373); Green value is 253 (99.22% from 255 or 67.83% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 253 - color contains mainly: green. Hex color #32FD46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FD46 is #CD02B9. Grayscale: #ABABAB. Windows color (decimal): -13435578 or 4652338. OLE color: 4652338.

HSL color Cylindrical-coordinate representation of color #32FD46: hue angle of 125.91º degrees, saturation: 0.98, 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 #32FD46 is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.01.

Color convert

RGB 50 253 70 -
CMYK 0.80 0 0.72 0.01
HSL 125.91º 0.98% 0.59% -
HSV(B) 125.91º 0.8% 0.99% -
XYZ 37.55 71.37 17.59 -
YUV 171.44 70.75 41.38 -
System Red Green Blue C M Y K H S L
Decimal 50 253 70 0.80 0 0.72 0.01 125.91 0.98 0.59
Hex 32 FD 46 50 0 48 1 7E 62 3B
Octal 62 375 106 120 0 110 1 176 142 73
Binary 110010 11111101 1000110 1010000 0 1001000 1 1111110 1100010 111011

Color Harmonies of #32FD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32FD46

Black with #32FD46

Text Example


Text Example

White with #32FD46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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