Html Css Color HEX #31FA49 Lime Green

📋 copy color: '#31FA49'

red 49 ◦ green 250 ◦ blue 73

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

Shades of Lime Green #31FA49

Tints of Lime Green #31FA49

RGB

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

 GREEN value IS 250 (98.05% from 255) = 67.2%

 BLUE value IS 73 (28.91% from 255) = 19.62%

R = 13.17%
G = 67.2%
B = 19.62%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#31FA49 (or 0x31FA49) is known color: Lime Green. HEX triplet: 31, FA and 49. RGB value is (49,250,73). Sum of RGB (Red+Green+Blue) = 49+250+73=372 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.17% from 372); Green value is 250 (98.05% from 255 or 67.20% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 250 - color contains mainly: green. Hex color #31FA49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31FA49 is #CE05B6. Grayscale: #AAAAAA. Windows color (decimal): -13501879 or 4848177. OLE color: 4848177.

HSL color Cylindrical-coordinate representation of color #31FA49: hue angle of 127.16º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31FA49 is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 250 73 -
CMYK 0.80 0 0.71 0.02
HSL 127.16º 0.95% 0.59% -
HSV(B) 127.16º 0.8% 0.98% -
XYZ 36.65 69.51 17.79 -
YUV 169.72 73.41 41.89 -
System Red Green Blue C M Y K H S L
Decimal 49 250 73 0.80 0 0.71 0.02 127.16 0.95 0.59
Hex 31 FA 49 50 0 47 2 7F 5F 3B
Octal 61 372 111 120 0 107 2 177 137 73
Binary 110001 11111010 1001001 1010000 0 1000111 10 1111111 1011111 111011

Color Harmonies of #31FA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FA49

Black with #31FA49

Text Example


Text Example

White with #31FA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,250,73); }

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

background-color css

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

 a { background-color: rgb(49,250,73); }

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

border-color css

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

 span { border-color: rgb(49,250,73); }

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