Html Css Color HEX #32F83F Lime Green

📋 copy color: '#32F83F'

red 50 ◦ green 248 ◦ blue 63

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

Shades of Lime Green #32F83F

Tints of Lime Green #32F83F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.45%

R = 13.85%
G = 68.7%
B = 17.45%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#32F83F (or 0x32F83F) is known color: Lime Green. HEX triplet: 32, F8 and 3F. RGB value is (50,248,63). Sum of RGB (Red+Green+Blue) = 50+248+63=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 248 (97.27% from 255 or 68.70% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 248 - color contains mainly: green. Hex color #32F83F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F83F is #CD07C0. Grayscale: #A8A8A8. Windows color (decimal): -13436865 or 4192306. OLE color: 4192306.

HSL color Cylindrical-coordinate representation of color #32F83F: hue angle of 123.94º 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 #32F83F is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB 50 248 63 -
CMYK 0.80 0 0.75 0.03
HSL 123.94º 0.93% 0.58% -
HSV(B) 123.94º 0.8% 0.97% -
XYZ 35.78 68.17 15.98 -
YUV 167.71 68.9 44.04 -
System Red Green Blue C M Y K H S L
Decimal 50 248 63 0.80 0 0.75 0.03 123.94 0.93 0.58
Hex 32 F8 3F 50 0 4B 3 7C 5D 3A
Octal 62 370 77 120 0 113 3 174 135 72
Binary 110010 11111000 111111 1010000 0 1001011 11 1111100 1011101 111010

Color Harmonies of #32F83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F83F

Black with #32F83F

Text Example


Text Example

White with #32F83F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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