Html Css Color HEX #32DE46 Lime Green

📋 copy color: '#32DE46'

red 50 ◦ green 222 ◦ blue 70

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

Shades of Lime Green #32DE46

Tints of Lime Green #32DE46

RGB

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

 GREEN value IS 222 (87.11% from 255) = 64.91%

 BLUE value IS 70 (27.73% from 255) = 20.47%

R = 14.62%
G = 64.91%
B = 20.47%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#32DE46 (or 0x32DE46) is known color: Lime Green. HEX triplet: 32, DE and 46. RGB value is (50,222,70). Sum of RGB (Red+Green+Blue) = 50+222+70=342 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.62% from 342); Green value is 222 (87.11% from 255 or 64.91% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 222 - color contains mainly: green. Hex color #32DE46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DE46 is #CD21B9. Grayscale: #999999. Windows color (decimal): -13443514 or 4644402. OLE color: 4644402.

HSL color Cylindrical-coordinate representation of color #32DE46: hue angle of 126.98º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DE46 is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 222 70 -
CMYK 0.77 0 0.68 0.13
HSL 126.98º 0.72% 0.53% -
HSV(B) 126.98º 0.77% 0.87% -
XYZ 28.54 53.36 14.59 -
YUV 153.24 81.02 54.36 -
System Red Green Blue C M Y K H S L
Decimal 50 222 70 0.77 0 0.68 0.13 126.98 0.72 0.53
Hex 32 DE 46 4D 0 44 D 7F 48 35
Octal 62 336 106 115 0 104 15 177 110 65
Binary 110010 11011110 1000110 1001101 0 1000100 1101 1111111 1001000 110101

Color Harmonies of #32DE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DE46

Black with #32DE46

Text Example


Text Example

White with #32DE46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,222,70); }

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

background-color css

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

 a { background-color: rgb(50,222,70); }

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

border-color css

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

 span { border-color: rgb(50,222,70); }

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