Html Css Color HEX #32FB48 Lime Green

📋 copy color: '#32FB48'

red 50 ◦ green 251 ◦ blue 72

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

Shades of Lime Green #32FB48

Tints of Lime Green #32FB48

RGB

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

 GREEN value IS 251 (98.44% from 255) = 67.29%

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

R = 13.4%
G = 67.29%
B = 19.3%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#32FB48 (or 0x32FB48) is known color: Lime Green. HEX triplet: 32, FB and 48. RGB value is (50,251,72). Sum of RGB (Red+Green+Blue) = 50+251+72=373 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.40% from 373); Green value is 251 (98.44% from 255 or 67.29% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 251 - color contains mainly: green. Hex color #32FB48 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FB48 is #CD04B7. Grayscale: #ABABAB. Windows color (decimal): -13436088 or 4782898. OLE color: 4782898.

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

Color convert

RGB 50 251 72 -
CMYK 0.80 0 0.71 0.02
HSL 126.57º 0.96% 0.59% -
HSV(B) 126.57º 0.8% 0.98% -
XYZ 36.98 70.14 17.72 -
YUV 170.5 72.41 42.05 -
System Red Green Blue C M Y K H S L
Decimal 50 251 72 0.80 0 0.71 0.02 126.57 0.96 0.59
Hex 32 FB 48 50 0 47 2 7F 60 3B
Octal 62 373 110 120 0 107 2 177 140 73
Binary 110010 11111011 1001000 1010000 0 1000111 10 1111111 1100000 111011

Color Harmonies of #32FB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32FB48

Black with #32FB48

Text Example


Text Example

White with #32FB48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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