Html Css Color HEX #31DC10 Lime Green

📋 copy color: '#31DC10'

red 49 ◦ green 220 ◦ blue 16

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

Shades of Lime Green #31DC10

Tints of Lime Green #31DC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.61%

R = 17.19%
G = 77.19%
B = 5.61%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#31DC10 (or 0x31DC10) is known color: Lime Green. HEX triplet: 31, DC and 10. RGB value is (49,220,16). Sum of RGB (Red+Green+Blue) = 49+220+16=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 220 (86.33% from 255 or 77.19% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 220 - color contains mainly: green. Hex color #31DC10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31DC10 is #CE23EF. Grayscale: #929292. Windows color (decimal): -13509616 or 1104945. OLE color: 1104945.

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

Color convert

RGB 49 220 16 -
CMYK 0.78 0 0.93 0.14
HSL 110.29º 0.86% 0.46% -
HSV(B) 110.29º 0.93% 0.86% -
XYZ 26.95 51.88 9.08 -
YUV 145.62 54.85 59.09 -
System Red Green Blue C M Y K H S L
Decimal 49 220 16 0.78 0 0.93 0.14 110.29 0.86 0.46
Hex 31 DC 10 4E 0 5D E 6E 56 2E
Octal 61 334 20 116 0 135 16 156 126 56
Binary 110001 11011100 10000 1001110 0 1011101 1110 1101110 1010110 101110

Color Harmonies of #31DC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DC10

Black with #31DC10

Text Example


Text Example

White with #31DC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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