Html Css Color HEX #32FF48 Lime Green

📋 copy color: '#32FF48'

red 50 ◦ green 255 ◦ blue 72

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

Shades of Lime Green #32FF48

Tints of Lime Green #32FF48

RGB

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

 GREEN value IS 255 (100% from 255) = 67.64%

 BLUE value IS 72 (28.52% from 255) = 19.1%

R = 13.26%
G = 67.64%
B = 19.1%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#32FF48 (or 0x32FF48) is known color: Lime Green. HEX triplet: 32, FF and 48. RGB value is (50,255,72). Sum of RGB (Red+Green+Blue) = 50+255+72=377 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.26% from 377); Green value is 255 (100% from 255 or 67.64% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 255 - color contains mainly: green. Hex color #32FF48 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FF48 is #CD00B7. Grayscale: #ADADAD. Windows color (decimal): -13435064 or 4783922. OLE color: 4783922.

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

Color convert

RGB 50 255 72 -
CMYK 0.80 0 0.72 0
HSL 126.44º 1% 0.6% -
HSV(B) 126.44º 0.8% 1% -
XYZ 38.25 72.67 18.14 -
YUV 172.84 71.08 40.38 -
System Red Green Blue C M Y K H S L
Decimal 50 255 72 0.80 0 0.72 0 126.44 1 0.6
Hex 32 FF 48 50 0 48 0 7E 64 3C
Octal 62 377 110 120 0 110 0 176 144 74
Binary 110010 11111111 1001000 1010000 0 1001000 0 1111110 1100100 111100

Color Harmonies of #32FF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32FF48

Black with #32FF48

Text Example


Text Example

White with #32FF48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,255,72); }

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

background-color css

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

 a { background-color: rgb(50,255,72); }

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

border-color css

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

 span { border-color: rgb(50,255,72); }

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