Html Css Color HEX #32F446 Lime Green

📋 copy color: '#32F446'

red 50 ◦ green 244 ◦ blue 70

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

Shades of Lime Green #32F446

Tints of Lime Green #32F446

RGB

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

 GREEN value IS 244 (95.7% from 255) = 67.03%

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

R = 13.74%
G = 67.03%
B = 19.23%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#32F446 (or 0x32F446) is known color: Lime Green. HEX triplet: 32, F4 and 46. RGB value is (50,244,70). Sum of RGB (Red+Green+Blue) = 50+244+70=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 244 (95.70% from 255 or 67.03% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 244 - color contains mainly: green. Hex color #32F446 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F446 is #CD0BB9. Grayscale: #A6A6A6. Windows color (decimal): -13437882 or 4650034. OLE color: 4650034.

HSL color Cylindrical-coordinate representation of color #32F446: hue angle of 126.19º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F446 is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 50 244 70 -
CMYK 0.80 0 0.71 0.04
HSL 126.19º 0.9% 0.58% -
HSV(B) 126.19º 0.8% 0.96% -
XYZ 34.77 65.82 16.67 -
YUV 166.16 73.73 45.15 -
System Red Green Blue C M Y K H S L
Decimal 50 244 70 0.80 0 0.71 0.04 126.19 0.9 0.58
Hex 32 F4 46 50 0 47 4 7E 5A 3A
Octal 62 364 106 120 0 107 4 176 132 72
Binary 110010 11110100 1000110 1010000 0 1000111 100 1111110 1011010 111010

Color Harmonies of #32F446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F446

Black with #32F446

Text Example


Text Example

White with #32F446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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