Html Css Color HEX #32D61F Lime Green

📋 copy color: '#32D61F'

red 50 ◦ green 214 ◦ blue 31

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

Shades of Lime Green #32D61F

Tints of Lime Green #32D61F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 72.54%

 BLUE value IS 31 (12.5% from 255) = 10.51%

R = 16.95%
G = 72.54%
B = 10.51%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#32D61F (or 0x32D61F) is known color: Lime Green. HEX triplet: 32, D6 and 1F. RGB value is (50,214,31). Sum of RGB (Red+Green+Blue) = 50+214+31=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 214 (83.98% from 255 or 72.54% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 214 - color contains mainly: green. Hex color #32D61F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D61F is #CD29E0. Grayscale: #909090. Windows color (decimal): -13445601 or 2086450. OLE color: 2086450.

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

Color convert

RGB 50 214 31 -
CMYK 0.77 0 0.86 0.16
HSL 113.77º 0.75% 0.48% -
HSV(B) 113.77º 0.86% 0.84% -
XYZ 25.61 48.87 9.38 -
YUV 144.1 64.17 60.88 -
System Red Green Blue C M Y K H S L
Decimal 50 214 31 0.77 0 0.86 0.16 113.77 0.75 0.48
Hex 32 D6 1F 4D 0 56 10 72 4B 30
Octal 62 326 37 115 0 126 20 162 113 60
Binary 110010 11010110 11111 1001101 0 1010110 10000 1110010 1001011 110000

Color Harmonies of #32D61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D61F

Black with #32D61F

Text Example


Text Example

White with #32D61F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,214,31); }

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

background-color css

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

 a { background-color: rgb(50,214,31); }

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

border-color css

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

 span { border-color: rgb(50,214,31); }

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