Html Css Color HEX #32F84D Lime Green

📋 copy color: '#32F84D'

red 50 ◦ green 248 ◦ blue 77

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

Shades of Lime Green #32F84D

Tints of Lime Green #32F84D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 66.13%

 BLUE value IS 77 (30.47% from 255) = 20.53%

R = 13.33%
G = 66.13%
B = 20.53%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#32F84D (or 0x32F84D) is known color: Lime Green. HEX triplet: 32, F8 and 4D. RGB value is (50,248,77). Sum of RGB (Red+Green+Blue) = 50+248+77=375 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.33% from 375); Green value is 248 (97.27% from 255 or 66.13% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 248 - color contains mainly: green. Hex color #32F84D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F84D is #CD07B2. Grayscale: #A9A9A9. Windows color (decimal): -13436851 or 5109810. OLE color: 5109810.

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

Color convert

RGB 50 248 77 -
CMYK 0.80 0 0.69 0.03
HSL 128.18º 0.93% 0.58% -
HSV(B) 128.18º 0.8% 0.97% -
XYZ 36.22 68.35 18.3 -
YUV 169.3 75.9 42.9 -
System Red Green Blue C M Y K H S L
Decimal 50 248 77 0.80 0 0.69 0.03 128.18 0.93 0.58
Hex 32 F8 4D 50 0 45 3 80 5D 3A
Octal 62 370 115 120 0 105 3 200 135 72
Binary 110010 11111000 1001101 1010000 0 1000101 11 10000000 1011101 111010

Color Harmonies of #32F84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F84D

Black with #32F84D

Text Example


Text Example

White with #32F84D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,248,77); }

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

background-color css

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

 a { background-color: rgb(50,248,77); }

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

border-color css

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

 span { border-color: rgb(50,248,77); }

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