Html Css Color HEX #31D34D Lime Green

📋 copy color: '#31D34D'

red 49 ◦ green 211 ◦ blue 77

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

Shades of Lime Green #31D34D

Tints of Lime Green #31D34D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 62.61%

 BLUE value IS 77 (30.47% from 255) = 22.85%

R = 14.54%
G = 62.61%
B = 22.85%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#31D34D (or 0x31D34D) is known color: Lime Green. HEX triplet: 31, D3 and 4D. RGB value is (49,211,77). Sum of RGB (Red+Green+Blue) = 49+211+77=337 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.54% from 337); Green value is 211 (82.81% from 255 or 62.61% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 211 - color contains mainly: green. Hex color #31D34D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D34D is #CE2CB2. Grayscale: #939393. Windows color (decimal): -13511859 or 5100337. OLE color: 5100337.

HSL color Cylindrical-coordinate representation of color #31D34D: hue angle of 130.37º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D34D is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 49 211 77 -
CMYK 0.77 0 0.64 0.17
HSL 130.37º 0.65% 0.51% -
HSV(B) 130.37º 0.77% 0.83% -
XYZ 25.9 47.78 14.88 -
YUV 147.29 88.33 57.9 -
System Red Green Blue C M Y K H S L
Decimal 49 211 77 0.77 0 0.64 0.17 130.37 0.65 0.51
Hex 31 D3 4D 4D 0 40 11 82 41 33
Octal 61 323 115 115 0 100 21 202 101 63
Binary 110001 11010011 1001101 1001101 0 1000000 10001 10000010 1000001 110011

Color Harmonies of #31D34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D34D

Black with #31D34D

Text Example


Text Example

White with #31D34D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,211,77); }

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

background-color css

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

 a { background-color: rgb(49,211,77); }

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

border-color css

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

 span { border-color: rgb(49,211,77); }

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