Html Css Color HEX #31BB49 Lime Green

📋 copy color: '#31BB49'

red 49 ◦ green 187 ◦ blue 73

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

Shades of Lime Green #31BB49

Tints of Lime Green #31BB49

RGB

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

 GREEN value IS 187 (73.44% from 255) = 60.52%

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

R = 15.86%
G = 60.52%
B = 23.62%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#31BB49 (or 0x31BB49) is known color: Lime Green. HEX triplet: 31, BB and 49. RGB value is (49,187,73). Sum of RGB (Red+Green+Blue) = 49+187+73=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 187 (73.44% from 255 or 60.52% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 187 - color contains mainly: green. Hex color #31BB49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BB49 is #CE44B6. Grayscale: #858585. Windows color (decimal): -13518007 or 4832049. OLE color: 4832049.

HSL color Cylindrical-coordinate representation of color #31BB49: hue angle of 130.43º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BB49 is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 187 73 -
CMYK 0.74 0 0.61 0.27
HSL 130.43º 0.58% 0.46% -
HSV(B) 130.43º 0.74% 0.73% -
XYZ 20.24 36.67 12.32 -
YUV 132.74 94.28 68.27 -
System Red Green Blue C M Y K H S L
Decimal 49 187 73 0.74 0 0.61 0.27 130.43 0.58 0.46
Hex 31 BB 49 4A 0 3D 1B 82 3A 2E
Octal 61 273 111 112 0 75 33 202 72 56
Binary 110001 10111011 1001001 1001010 0 111101 11011 10000010 111010 101110

Color Harmonies of #31BB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BB49

Black with #31BB49

Text Example


Text Example

White with #31BB49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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