Html Css Color HEX #32D93F Lime Green

📋 copy color: '#32D93F'

red 50 ◦ green 217 ◦ blue 63

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

Shades of Lime Green #32D93F

Tints of Lime Green #32D93F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 65.76%

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

R = 15.15%
G = 65.76%
B = 19.09%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#32D93F (or 0x32D93F) is known color: Lime Green. HEX triplet: 32, D9 and 3F. RGB value is (50,217,63). Sum of RGB (Red+Green+Blue) = 50+217+63=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 217 (85.16% from 255 or 65.76% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 217 - color contains mainly: green. Hex color #32D93F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D93F is #CD26C0. Grayscale: #959595. Windows color (decimal): -13444801 or 4184370. OLE color: 4184370.

HSL color Cylindrical-coordinate representation of color #32D93F: hue angle of 124.67º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D93F is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 217 63 -
CMYK 0.77 0 0.71 0.15
HSL 124.67º 0.69% 0.52% -
HSV(B) 124.67º 0.77% 0.85% -
XYZ 27.03 50.66 13.06 -
YUV 149.51 79.17 57.02 -
System Red Green Blue C M Y K H S L
Decimal 50 217 63 0.77 0 0.71 0.15 124.67 0.69 0.52
Hex 32 D9 3F 4D 0 47 F 7D 45 34
Octal 62 331 77 115 0 107 17 175 105 64
Binary 110010 11011001 111111 1001101 0 1000111 1111 1111101 1000101 110100

Color Harmonies of #32D93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D93F

Black with #32D93F

Text Example


Text Example

White with #32D93F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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