Html Css Color HEX #32D542 Lime Green

📋 copy color: '#32D542'

red 50 ◦ green 213 ◦ blue 66

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

Shades of Lime Green #32D542

Tints of Lime Green #32D542

RGB

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

 GREEN value IS 213 (83.59% from 255) = 64.74%

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

R = 15.2%
G = 64.74%
B = 20.06%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#32D542 (or 0x32D542) is known color: Lime Green. HEX triplet: 32, D5 and 42. RGB value is (50,213,66). Sum of RGB (Red+Green+Blue) = 50+213+66=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 213 (83.59% from 255 or 64.74% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 213 - color contains mainly: green. Hex color #32D542 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D542 is #CD2ABD. Grayscale: #939393. Windows color (decimal): -13445822 or 4379954. OLE color: 4379954.

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

Color convert

RGB 50 213 66 -
CMYK 0.77 0 0.69 0.16
HSL 125.89º 0.66% 0.52% -
HSV(B) 125.89º 0.77% 0.84% -
XYZ 26.09 48.66 13.17 -
YUV 147.51 82 58.45 -
System Red Green Blue C M Y K H S L
Decimal 50 213 66 0.77 0 0.69 0.16 125.89 0.66 0.52
Hex 32 D5 42 4D 0 45 10 7E 42 34
Octal 62 325 102 115 0 105 20 176 102 64
Binary 110010 11010101 1000010 1001101 0 1000101 10000 1111110 1000010 110100

Color Harmonies of #32D542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D542

Black with #32D542

Text Example


Text Example

White with #32D542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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