Html Css Color HEX #31DB47 Lime Green

📋 copy color: '#31DB47'

red 49 ◦ green 219 ◦ blue 71

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

Shades of Lime Green #31DB47

Tints of Lime Green #31DB47

RGB

 RED value IS 49 (19.53% from 255) = 14.45%

 GREEN value IS 219 (85.94% from 255) = 64.6%

 BLUE value IS 71 (28.13% from 255) = 20.94%

R = 14.45%
G = 64.6%
B = 20.94%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#31DB47 (or 0x31DB47) is known color: Lime Green. HEX triplet: 31, DB and 47. RGB value is (49,219,71). Sum of RGB (Red+Green+Blue) = 49+219+71=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 219 (85.94% from 255 or 64.60% from 339); Blue value is 71 (28.12% from 255 or 20.94% from 339); Max value from RGB is 219 - color contains mainly: green. Hex color #31DB47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DB47 is #CE24B8. Grayscale: #979797. Windows color (decimal): -13509817 or 4709169. OLE color: 4709169.

HSL color Cylindrical-coordinate representation of color #31DB47: hue angle of 127.76º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DB47 is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 219 71 -
CMYK 0.78 0 0.68 0.14
HSL 127.76º 0.7% 0.53% -
HSV(B) 127.76º 0.78% 0.86% -
XYZ 27.74 51.77 14.49 -
YUV 151.3 82.68 55.03 -
System Red Green Blue C M Y K H S L
Decimal 49 219 71 0.78 0 0.68 0.14 127.76 0.7 0.53
Hex 31 DB 47 4E 0 44 E 80 46 35
Octal 61 333 107 116 0 104 16 200 106 65
Binary 110001 11011011 1000111 1001110 0 1000100 1110 10000000 1000110 110101

Color Harmonies of #31DB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DB47

Black with #31DB47

Text Example


Text Example

White with #31DB47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31DB47; }

 p { color: rgb(49,219,71); }

 H1.HeaderClassName
 {
   color: #31DB47;
 }
 .AnyTagClassName
 {
   color: #31DB47;
 }
</style>

background-color css

<style>
 a { background-color: #31DB47; }

 a { background-color: rgb(49,219,71); }

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

border-color css

<style>
 span { border-color: #31DB47; }

 span { border-color: rgb(49,219,71); }

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