Html Css Color HEX #32D80E Lime Green

📋 copy color: '#32D80E'

red 50 ◦ green 216 ◦ blue 14

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

Shades of Lime Green #32D80E

Tints of Lime Green #32D80E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 77.14%

 BLUE value IS 14 (5.86% from 255) = 5%

R = 17.86%
G = 77.14%
B = 5%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#32D80E (or 0x32D80E) is known color: Lime Green. HEX triplet: 32, D8 and 0E. RGB value is (50,216,14). Sum of RGB (Red+Green+Blue) = 50+216+14=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 216 (84.77% from 255 or 77.14% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 216 - color contains mainly: green. Hex color #32D80E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32D80E is #CD27F1. Grayscale: #8F8F8F. Windows color (decimal): -13445106 or 972850. OLE color: 972850.

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

Color convert

RGB 50 216 14 -
CMYK 0.77 0 0.94 0.15
HSL 109.31º 0.88% 0.45% -
HSV(B) 109.31º 0.94% 0.85% -
XYZ 25.95 49.82 8.66 -
YUV 143.34 55 61.43 -
System Red Green Blue C M Y K H S L
Decimal 50 216 14 0.77 0 0.94 0.15 109.31 0.88 0.45
Hex 32 D8 E 4D 0 5E F 6D 58 2D
Octal 62 330 16 115 0 136 17 155 130 55
Binary 110010 11011000 1110 1001101 0 1011110 1111 1101101 1011000 101101

Color Harmonies of #32D80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D80E

Black with #32D80E

Text Example


Text Example

White with #32D80E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,216,14); }

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

background-color css

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

 a { background-color: rgb(50,216,14); }

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

border-color css

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

 span { border-color: rgb(50,216,14); }

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