Html Css Color HEX #31C14D Lime Green

📋 copy color: '#31C14D'

red 49 ◦ green 193 ◦ blue 77

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

Shades of Lime Green #31C14D

Tints of Lime Green #31C14D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 60.5%

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

R = 15.36%
G = 60.5%
B = 24.14%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#31C14D (or 0x31C14D) is known color: Lime Green. HEX triplet: 31, C1 and 4D. RGB value is (49,193,77). Sum of RGB (Red+Green+Blue) = 49+193+77=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 193 (75.78% from 255 or 60.50% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 193 - color contains mainly: green. Hex color #31C14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C14D is #CE3EB2. Grayscale: #898989. Windows color (decimal): -13516467 or 5095729. OLE color: 5095729.

HSL color Cylindrical-coordinate representation of color #31C14D: hue angle of 131.67º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C14D is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 49 193 77 -
CMYK 0.75 0 0.60 0.24
HSL 131.67º 0.6% 0.47% -
HSV(B) 131.67º 0.75% 0.76% -
XYZ 21.68 39.33 13.47 -
YUV 136.72 94.29 65.43 -
System Red Green Blue C M Y K H S L
Decimal 49 193 77 0.75 0 0.60 0.24 131.67 0.6 0.47
Hex 31 C1 4D 4B 0 3C 18 84 3C 2F
Octal 61 301 115 113 0 74 30 204 74 57
Binary 110001 11000001 1001101 1001011 0 111100 11000 10000100 111100 101111

Color Harmonies of #31C14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C14D

Black with #31C14D

Text Example


Text Example

White with #31C14D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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