Html Css Color HEX #32DA4E Lime Green

📋 copy color: '#32DA4E'

red 50 ◦ green 218 ◦ blue 78

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

Shades of Lime Green #32DA4E

Tints of Lime Green #32DA4E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 63.01%

 BLUE value IS 78 (30.86% from 255) = 22.54%

R = 14.45%
G = 63.01%
B = 22.54%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#32DA4E (or 0x32DA4E) is known color: Lime Green. HEX triplet: 32, DA and 4E. RGB value is (50,218,78). Sum of RGB (Red+Green+Blue) = 50+218+78=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 218 (85.55% from 255 or 63.01% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 218 - color contains mainly: green. Hex color #32DA4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DA4E is #CD25B1. Grayscale: #989898. Windows color (decimal): -13444530 or 5167666. OLE color: 5167666.

HSL color Cylindrical-coordinate representation of color #32DA4E: hue angle of 130º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DA4E is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 218 78 -
CMYK 0.77 0 0.64 0.15
HSL 130º 0.69% 0.53% -
HSV(B) 130º 0.77% 0.85% -
XYZ 27.76 51.37 15.66 -
YUV 151.81 86.34 55.38 -
System Red Green Blue C M Y K H S L
Decimal 50 218 78 0.77 0 0.64 0.15 130 0.69 0.53
Hex 32 DA 4E 4D 0 40 F 82 45 35
Octal 62 332 116 115 0 100 17 202 105 65
Binary 110010 11011010 1001110 1001101 0 1000000 1111 10000010 1000101 110101

Color Harmonies of #32DA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DA4E

Black with #32DA4E

Text Example


Text Example

White with #32DA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,218,78); }

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

background-color css

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

 a { background-color: rgb(50,218,78); }

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

border-color css

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

 span { border-color: rgb(50,218,78); }

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