Html Css Color HEX #32D515 Lime Green

📋 copy color: '#32D515'

red 50 ◦ green 213 ◦ blue 21

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

Shades of Lime Green #32D515

Tints of Lime Green #32D515

RGB

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

 GREEN value IS 213 (83.59% from 255) = 75%

 BLUE value IS 21 (8.59% from 255) = 7.39%

R = 17.61%
G = 75%
B = 7.39%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#32D515 (or 0x32D515) is known color: Lime Green. HEX triplet: 32, D5 and 15. RGB value is (50,213,21). Sum of RGB (Red+Green+Blue) = 50+213+21=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 213 (83.59% from 255 or 75% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 213 - color contains mainly: green. Hex color #32D515 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32D515 is #CD2AEA. Grayscale: #8E8E8E. Windows color (decimal): -13445867 or 1430834. OLE color: 1430834.

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

Color convert

RGB 50 213 21 -
CMYK 0.77 0 0.90 0.16
HSL 110.94º 0.82% 0.46% -
HSV(B) 110.94º 0.9% 0.84% -
XYZ 25.25 48.32 8.71 -
YUV 142.38 59.5 62.11 -
System Red Green Blue C M Y K H S L
Decimal 50 213 21 0.77 0 0.90 0.16 110.94 0.82 0.46
Hex 32 D5 15 4D 0 5A 10 6F 52 2E
Octal 62 325 25 115 0 132 20 157 122 56
Binary 110010 11010101 10101 1001101 0 1011010 10000 1101111 1010010 101110

Color Harmonies of #32D515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D515

Black with #32D515

Text Example


Text Example

White with #32D515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,213,21); }

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

background-color css

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

 a { background-color: rgb(50,213,21); }

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

border-color css

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

 span { border-color: rgb(50,213,21); }

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