Html Css Color HEX #31D850 Lime Green

📋 copy color: '#31D850'

red 49 ◦ green 216 ◦ blue 80

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

Shades of Lime Green #31D850

Tints of Lime Green #31D850

RGB

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

 GREEN value IS 216 (84.77% from 255) = 62.61%

 BLUE value IS 80 (31.64% from 255) = 23.19%

R = 14.2%
G = 62.61%
B = 23.19%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#31D850 (or 0x31D850) is known color: Lime Green. HEX triplet: 31, D8 and 50. RGB value is (49,216,80). Sum of RGB (Red+Green+Blue) = 49+216+80=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 216 (84.77% from 255 or 62.61% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 216 - color contains mainly: green. Hex color #31D850 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D850 is #CE27AF. Grayscale: #969696. Windows color (decimal): -13510576 or 5298225. OLE color: 5298225.

HSL color Cylindrical-coordinate representation of color #31D850: hue angle of 131.14º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D850 is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 216 80 -
CMYK 0.77 0 0.63 0.15
HSL 131.14º 0.68% 0.52% -
HSV(B) 131.14º 0.77% 0.85% -
XYZ 27.27 50.34 15.87 -
YUV 150.56 88.17 55.56 -
System Red Green Blue C M Y K H S L
Decimal 49 216 80 0.77 0 0.63 0.15 131.14 0.68 0.52
Hex 31 D8 50 4D 0 3F F 83 44 34
Octal 61 330 120 115 0 77 17 203 104 64
Binary 110001 11011000 1010000 1001101 0 111111 1111 10000011 1000100 110100

Color Harmonies of #31D850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D850

Black with #31D850

Text Example


Text Example

White with #31D850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,216,80); }

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

background-color css

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

 a { background-color: rgb(49,216,80); }

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

border-color css

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

 span { border-color: rgb(49,216,80); }

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