Html Css Color HEX #32FC37 Lime Green

📋 copy color: '#32FC37'

red 50 ◦ green 252 ◦ blue 55

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

Shades of Lime Green #32FC37

Tints of Lime Green #32FC37

RGB

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

 GREEN value IS 252 (98.83% from 255) = 70.59%

 BLUE value IS 55 (21.88% from 255) = 15.41%

R = 14.01%
G = 70.59%
B = 15.41%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#32FC37 (or 0x32FC37) is known color: Lime Green. HEX triplet: 32, FC and 37. RGB value is (50,252,55). Sum of RGB (Red+Green+Blue) = 50+252+55=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 252 (98.83% from 255 or 70.59% from 357); Blue value is 55 (21.88% from 255 or 15.41% from 357); Max value from RGB is 252 - color contains mainly: green. Hex color #32FC37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FC37 is #CD03C8. Grayscale: #A9A9A9. Windows color (decimal): -13435849 or 3669042. OLE color: 3669042.

HSL color Cylindrical-coordinate representation of color #32FC37: hue angle of 121.49º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FC37 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.

Color convert

RGB 50 252 55 -
CMYK 0.80 0 0.78 0.01
HSL 121.49º 0.97% 0.59% -
HSV(B) 121.49º 0.8% 0.99% -
XYZ 36.82 70.57 15.3 -
YUV 169.14 63.58 43.02 -
System Red Green Blue C M Y K H S L
Decimal 50 252 55 0.80 0 0.78 0.01 121.49 0.97 0.59
Hex 32 FC 37 50 0 4E 1 79 61 3B
Octal 62 374 67 120 0 116 1 171 141 73
Binary 110010 11111100 110111 1010000 0 1001110 1 1111001 1100001 111011

Color Harmonies of #32FC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32FC37

Black with #32FC37

Text Example


Text Example

White with #32FC37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,252,55); }

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

background-color css

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

 a { background-color: rgb(50,252,55); }

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

border-color css

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

 span { border-color: rgb(50,252,55); }

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