Html Css Color HEX #32F944 Lime Green

📋 copy color: '#32F944'

red 50 ◦ green 249 ◦ blue 68

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

Shades of Lime Green #32F944

Tints of Lime Green #32F944

RGB

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

 GREEN value IS 249 (97.66% from 255) = 67.85%

 BLUE value IS 68 (26.95% from 255) = 18.53%

R = 13.62%
G = 67.85%
B = 18.53%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#32F944 (or 0x32F944) is known color: Lime Green. HEX triplet: 32, F9 and 44. RGB value is (50,249,68). Sum of RGB (Red+Green+Blue) = 50+249+68=367 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.62% from 367); Green value is 249 (97.66% from 255 or 67.85% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 249 - color contains mainly: green. Hex color #32F944 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F944 is #CD06BB. Grayscale: #A9A9A9. Windows color (decimal): -13436604 or 4520242. OLE color: 4520242.

HSL color Cylindrical-coordinate representation of color #32F944: hue angle of 125.43º degrees, saturation: 0.94, 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 #32F944 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 249 68 -
CMYK 0.80 0 0.73 0.02
HSL 125.43º 0.94% 0.59% -
HSV(B) 125.43º 0.8% 0.98% -
XYZ 36.23 68.85 16.85 -
YUV 168.87 71.07 43.22 -
System Red Green Blue C M Y K H S L
Decimal 50 249 68 0.80 0 0.73 0.02 125.43 0.94 0.59
Hex 32 F9 44 50 0 49 2 7D 5E 3B
Octal 62 371 104 120 0 111 2 175 136 73
Binary 110010 11111001 1000100 1010000 0 1001001 10 1111101 1011110 111011

Color Harmonies of #32F944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F944

Black with #32F944

Text Example


Text Example

White with #32F944

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,249,68); }

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

background-color css

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

 a { background-color: rgb(50,249,68); }

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

border-color css

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

 span { border-color: rgb(50,249,68); }

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