Html Css Color HEX #31C049 Lime Green

📋 copy color: '#31C049'

red 49 ◦ green 192 ◦ blue 73

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

Shades of Lime Green #31C049

Tints of Lime Green #31C049

RGB

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

 GREEN value IS 192 (75.39% from 255) = 61.15%

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

R = 15.61%
G = 61.15%
B = 23.25%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#31C049 (or 0x31C049) is known color: Lime Green. HEX triplet: 31, C0 and 49. RGB value is (49,192,73). Sum of RGB (Red+Green+Blue) = 49+192+73=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 192 (75.39% from 255 or 61.15% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 192 - color contains mainly: green. Hex color #31C049 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C049 is #CE3FB6. Grayscale: #888888. Windows color (decimal): -13516727 or 4833329. OLE color: 4833329.

HSL color Cylindrical-coordinate representation of color #31C049: hue angle of 130.07º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31C049 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 192 73 -
CMYK 0.74 0 0.62 0.25
HSL 130.07º 0.59% 0.47% -
HSV(B) 130.07º 0.74% 0.75% -
XYZ 21.32 38.83 12.68 -
YUV 135.68 92.62 66.18 -
System Red Green Blue C M Y K H S L
Decimal 49 192 73 0.74 0 0.62 0.25 130.07 0.59 0.47
Hex 31 C0 49 4A 0 3E 19 82 3B 2F
Octal 61 300 111 112 0 76 31 202 73 57
Binary 110001 11000000 1001001 1001010 0 111110 11001 10000010 111011 101111

Color Harmonies of #31C049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C049

Black with #31C049

Text Example


Text Example

White with #31C049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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