Html Css Color HEX #32D813 Lime Green

📋 copy color: '#32D813'

red 50 ◦ green 216 ◦ blue 19

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

Shades of Lime Green #32D813

Tints of Lime Green #32D813

RGB

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

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

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

R = 17.54%
G = 75.79%
B = 6.67%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#32D813 (or 0x32D813) is known color: Lime Green. HEX triplet: 32, D8 and 13. RGB value is (50,216,19). Sum of RGB (Red+Green+Blue) = 50+216+19=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 216 (84.77% from 255 or 75.79% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 216 - color contains mainly: green. Hex color #32D813 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32D813 is #CD27EC. Grayscale: #909090. Windows color (decimal): -13445101 or 1300530. OLE color: 1300530.

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

Color convert

RGB 50 216 19 -
CMYK 0.77 0 0.91 0.15
HSL 110.56º 0.84% 0.46% -
HSV(B) 110.56º 0.91% 0.85% -
XYZ 25.99 49.84 8.87 -
YUV 143.91 57.5 61.02 -
System Red Green Blue C M Y K H S L
Decimal 50 216 19 0.77 0 0.91 0.15 110.56 0.84 0.46
Hex 32 D8 13 4D 0 5B F 6F 54 2E
Octal 62 330 23 115 0 133 17 157 124 56
Binary 110010 11011000 10011 1001101 0 1011011 1111 1101111 1010100 101110

Color Harmonies of #32D813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D813

Black with #32D813

Text Example


Text Example

White with #32D813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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