Html Css Color HEX #31D74F Lime Green

📋 copy color: '#31D74F'

red 49 ◦ green 215 ◦ blue 79

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

Shades of Lime Green #31D74F

Tints of Lime Green #31D74F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 62.68%

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

R = 14.29%
G = 62.68%
B = 23.03%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#31D74F (or 0x31D74F) is known color: Lime Green. HEX triplet: 31, D7 and 4F. RGB value is (49,215,79). Sum of RGB (Red+Green+Blue) = 49+215+79=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 215 (84.38% from 255 or 62.68% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 215 - color contains mainly: green. Hex color #31D74F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D74F is #CE28B0. Grayscale: #969696. Windows color (decimal): -13510833 or 5232433. OLE color: 5232433.

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

Color convert

RGB 49 215 79 -
CMYK 0.77 0 0.63 0.16
HSL 130.84º 0.67% 0.52% -
HSV(B) 130.84º 0.77% 0.84% -
XYZ 26.98 49.82 15.59 -
YUV 149.86 88 56.06 -
System Red Green Blue C M Y K H S L
Decimal 49 215 79 0.77 0 0.63 0.16 130.84 0.67 0.52
Hex 31 D7 4F 4D 0 3F 10 83 43 34
Octal 61 327 117 115 0 77 20 203 103 64
Binary 110001 11010111 1001111 1001101 0 111111 10000 10000011 1000011 110100

Color Harmonies of #31D74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D74F

Black with #31D74F

Text Example


Text Example

White with #31D74F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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