Html Css Color HEX #32F728 Lime Green

📋 copy color: '#32F728'

red 50 ◦ green 247 ◦ blue 40

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

Shades of Lime Green #32F728

Tints of Lime Green #32F728

RGB

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

 GREEN value IS 247 (96.88% from 255) = 73.29%

 BLUE value IS 40 (16.02% from 255) = 11.87%

R = 14.84%
G = 73.29%
B = 11.87%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#32F728 (or 0x32F728) is known color: Lime Green. HEX triplet: 32, F7 and 28. RGB value is (50,247,40). Sum of RGB (Red+Green+Blue) = 50+247+40=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 247 (96.88% from 255 or 73.29% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 247 - color contains mainly: green. Hex color #32F728 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F728 is #CD08D7. Grayscale: #A5A5A5. Windows color (decimal): -13437144 or 2684722. OLE color: 2684722.

HSL color Cylindrical-coordinate representation of color #32F728: hue angle of 117.1º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32F728 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.

Color convert

RGB 50 247 40 -
CMYK 0.80 0 0.84 0.03
HSL 117.1º 0.93% 0.56% -
HSV(B) 117.1º 0.84% 0.97% -
XYZ 34.96 67.35 13.17 -
YUV 164.5 57.73 46.33 -
System Red Green Blue C M Y K H S L
Decimal 50 247 40 0.80 0 0.84 0.03 117.1 0.93 0.56
Hex 32 F7 28 50 0 54 3 75 5D 38
Octal 62 367 50 120 0 124 3 165 135 70
Binary 110010 11110111 101000 1010000 0 1010100 11 1110101 1011101 111000

Color Harmonies of #32F728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F728

Black with #32F728

Text Example


Text Example

White with #32F728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,247,40); }

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

background-color css

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

 a { background-color: rgb(50,247,40); }

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

border-color css

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

 span { border-color: rgb(50,247,40); }

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