Html Css Color HEX #31F14D Lime Green

📋 copy color: '#31F14D'

red 49 ◦ green 241 ◦ blue 77

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

Shades of Lime Green #31F14D

Tints of Lime Green #31F14D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 65.67%

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

R = 13.35%
G = 65.67%
B = 20.98%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#31F14D (or 0x31F14D) is known color: Lime Green. HEX triplet: 31, F1 and 4D. RGB value is (49,241,77). Sum of RGB (Red+Green+Blue) = 49+241+77=367 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.35% from 367); Green value is 241 (94.53% from 255 or 65.67% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 241 - color contains mainly: green. Hex color #31F14D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F14D is #CE0EB2. Grayscale: #A5A5A5. Windows color (decimal): -13504179 or 5108017. OLE color: 5108017.

HSL color Cylindrical-coordinate representation of color #31F14D: hue angle of 128.75º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F14D is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 49 241 77 -
CMYK 0.80 0 0.68 0.05
HSL 128.75º 0.87% 0.57% -
HSV(B) 128.75º 0.8% 0.95% -
XYZ 34.06 64.1 17.6 -
YUV 164.9 78.39 45.34 -
System Red Green Blue C M Y K H S L
Decimal 49 241 77 0.80 0 0.68 0.05 128.75 0.87 0.57
Hex 31 F1 4D 50 0 44 5 81 57 39
Octal 61 361 115 120 0 104 5 201 127 71
Binary 110001 11110001 1001101 1010000 0 1000100 101 10000001 1010111 111001

Color Harmonies of #31F14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F14D

Black with #31F14D

Text Example


Text Example

White with #31F14D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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