Html Css Color HEX #32E949 Lime Green

📋 copy color: '#32E949'

red 50 ◦ green 233 ◦ blue 73

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

Shades of Lime Green #32E949

Tints of Lime Green #32E949

RGB

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

 GREEN value IS 233 (91.41% from 255) = 65.45%

 BLUE value IS 73 (28.91% from 255) = 20.51%

R = 14.04%
G = 65.45%
B = 20.51%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#32E949 (or 0x32E949) is known color: Lime Green. HEX triplet: 32, E9 and 49. RGB value is (50,233,73). Sum of RGB (Red+Green+Blue) = 50+233+73=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 233 (91.41% from 255 or 65.45% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 233 - color contains mainly: green. Hex color #32E949 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32E949 is #CD16B6. Grayscale: #A0A0A0. Windows color (decimal): -13440695 or 4843826. OLE color: 4843826.

HSL color Cylindrical-coordinate representation of color #32E949: hue angle of 127.54º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32E949 is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 50 233 73 -
CMYK 0.79 0 0.69 0.09
HSL 127.54º 0.81% 0.55% -
HSV(B) 127.54º 0.79% 0.91% -
XYZ 31.66 59.44 16.11 -
YUV 160.04 78.87 49.51 -
System Red Green Blue C M Y K H S L
Decimal 50 233 73 0.79 0 0.69 0.09 127.54 0.81 0.55
Hex 32 E9 49 4F 0 45 9 80 51 37
Octal 62 351 111 117 0 105 11 200 121 67
Binary 110010 11101001 1001001 1001111 0 1000101 1001 10000000 1010001 110111

Color Harmonies of #32E949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32E949

Black with #32E949

Text Example


Text Example

White with #32E949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,233,73); }

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

background-color css

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

 a { background-color: rgb(50,233,73); }

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

border-color css

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

 span { border-color: rgb(50,233,73); }

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