Html Css Color HEX #32D713 Lime Green

📋 copy color: '#32D713'

red 50 ◦ green 215 ◦ blue 19

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

Shades of Lime Green #32D713

Tints of Lime Green #32D713

RGB

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

 GREEN value IS 215 (84.38% from 255) = 75.7%

 BLUE value IS 19 (7.81% from 255) = 6.69%

R = 17.61%
G = 75.7%
B = 6.69%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#32D713 (or 0x32D713) is known color: Lime Green. HEX triplet: 32, D7 and 13. RGB value is (50,215,19). Sum of RGB (Red+Green+Blue) = 50+215+19=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 215 (84.38% from 255 or 75.70% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 215 - color contains mainly: green. Hex color #32D713 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32D713 is #CD28EC. Grayscale: #8F8F8F. Windows color (decimal): -13445357 or 1300274. OLE color: 1300274.

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

Color convert

RGB 50 215 19 -
CMYK 0.77 0 0.91 0.16
HSL 110.51º 0.84% 0.46% -
HSV(B) 110.51º 0.91% 0.84% -
XYZ 25.73 49.33 8.78 -
YUV 143.32 57.84 61.44 -
System Red Green Blue C M Y K H S L
Decimal 50 215 19 0.77 0 0.91 0.16 110.51 0.84 0.46
Hex 32 D7 13 4D 0 5B 10 6F 54 2E
Octal 62 327 23 115 0 133 20 157 124 56
Binary 110010 11010111 10011 1001101 0 1011011 10000 1101111 1010100 101110

Color Harmonies of #32D713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D713

Black with #32D713

Text Example


Text Example

White with #32D713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,215,19); }

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

background-color css

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

 a { background-color: rgb(50,215,19); }

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

border-color css

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

 span { border-color: rgb(50,215,19); }

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