Html Css Color HEX #31D94F Lime Green

📋 copy color: '#31D94F'

red 49 ◦ green 217 ◦ blue 79

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

Shades of Lime Green #31D94F

Tints of Lime Green #31D94F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 62.9%

 BLUE value IS 79 (31.25% from 255) = 22.9%

R = 14.2%
G = 62.9%
B = 22.9%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#31D94F (or 0x31D94F) is known color: Lime Green. HEX triplet: 31, D9 and 4F. RGB value is (49,217,79). Sum of RGB (Red+Green+Blue) = 49+217+79=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 217 (85.16% from 255 or 62.90% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 217 - color contains mainly: green. Hex color #31D94F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D94F is #CE26B0. Grayscale: #979797. Windows color (decimal): -13510321 or 5232945. OLE color: 5232945.

HSL color Cylindrical-coordinate representation of color #31D94F: hue angle of 130.71º degrees, saturation: 0.69, 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 #31D94F is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 217 79 -
CMYK 0.77 0 0.64 0.15
HSL 130.71º 0.69% 0.52% -
HSV(B) 130.71º 0.77% 0.85% -
XYZ 27.49 50.84 15.76 -
YUV 151.04 87.34 55.22 -
System Red Green Blue C M Y K H S L
Decimal 49 217 79 0.77 0 0.64 0.15 130.71 0.69 0.52
Hex 31 D9 4F 4D 0 40 F 83 45 34
Octal 61 331 117 115 0 100 17 203 105 64
Binary 110001 11011001 1001111 1001101 0 1000000 1111 10000011 1000101 110100

Color Harmonies of #31D94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D94F

Black with #31D94F

Text Example


Text Example

White with #31D94F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,217,79); }

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

background-color css

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

 a { background-color: rgb(49,217,79); }

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

border-color css

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

 span { border-color: rgb(49,217,79); }

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