Html Css Color HEX #31DC51 Lime Green

📋 copy color: '#31DC51'

red 49 ◦ green 220 ◦ blue 81

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

Shades of Lime Green #31DC51

Tints of Lime Green #31DC51

RGB

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

 GREEN value IS 220 (86.33% from 255) = 62.86%

 BLUE value IS 81 (32.03% from 255) = 23.14%

R = 14%
G = 62.86%
B = 23.14%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#31DC51 (or 0x31DC51) is known color: Lime Green. HEX triplet: 31, DC and 51. RGB value is (49,220,81). Sum of RGB (Red+Green+Blue) = 49+220+81=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 220 (86.33% from 255 or 62.86% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 220 - color contains mainly: green. Hex color #31DC51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DC51 is #CE23AE. Grayscale: #999999. Windows color (decimal): -13509551 or 5364785. OLE color: 5364785.

HSL color Cylindrical-coordinate representation of color #31DC51: hue angle of 131.23º degrees, saturation: 0.71, 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 #31DC51 is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 220 81 -
CMYK 0.78 0 0.63 0.14
HSL 131.23º 0.71% 0.53% -
HSV(B) 131.23º 0.78% 0.86% -
XYZ 28.35 52.43 16.41 -
YUV 153.03 87.35 53.8 -
System Red Green Blue C M Y K H S L
Decimal 49 220 81 0.78 0 0.63 0.14 131.23 0.71 0.53
Hex 31 DC 51 4E 0 3F E 83 47 35
Octal 61 334 121 116 0 77 16 203 107 65
Binary 110001 11011100 1010001 1001110 0 111111 1110 10000011 1000111 110101

Color Harmonies of #31DC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DC51

Black with #31DC51

Text Example


Text Example

White with #31DC51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,220,81); }

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

background-color css

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

 a { background-color: rgb(49,220,81); }

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

border-color css

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

 span { border-color: rgb(49,220,81); }

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