Html Css Color HEX #32D942 Lime Green

📋 copy color: '#32D942'

red 50 ◦ green 217 ◦ blue 66

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

Shades of Lime Green #32D942

Tints of Lime Green #32D942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.82%

R = 15.02%
G = 65.17%
B = 19.82%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#32D942 (or 0x32D942) is known color: Lime Green. HEX triplet: 32, D9 and 42. RGB value is (50,217,66). Sum of RGB (Red+Green+Blue) = 50+217+66=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 217 (85.16% from 255 or 65.17% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 217 - color contains mainly: green. Hex color #32D942 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D942 is #CD26BD. Grayscale: #969696. Windows color (decimal): -13444798 or 4380978. OLE color: 4380978.

HSL color Cylindrical-coordinate representation of color #32D942: hue angle of 125.75º 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 #32D942 is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 217 66 -
CMYK 0.77 0 0.70 0.15
HSL 125.75º 0.69% 0.52% -
HSV(B) 125.75º 0.77% 0.85% -
XYZ 27.11 50.7 13.51 -
YUV 149.85 80.67 56.78 -
System Red Green Blue C M Y K H S L
Decimal 50 217 66 0.77 0 0.70 0.15 125.75 0.69 0.52
Hex 32 D9 42 4D 0 46 F 7E 45 34
Octal 62 331 102 115 0 106 17 176 105 64
Binary 110010 11011001 1000010 1001101 0 1000110 1111 1111110 1000101 110100

Color Harmonies of #32D942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D942

Black with #32D942

Text Example


Text Example

White with #32D942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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