Html Css Color HEX #31B71F Lime Green

📋 copy color: '#31B71F'

red 49 ◦ green 183 ◦ blue 31

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

Shades of Lime Green #31B71F

Tints of Lime Green #31B71F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 69.58%

 BLUE value IS 31 (12.5% from 255) = 11.79%

R = 18.63%
G = 69.58%
B = 11.79%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#31B71F (or 0x31B71F) is known color: Lime Green. HEX triplet: 31, B7 and 1F. RGB value is (49,183,31). Sum of RGB (Red+Green+Blue) = 49+183+31=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 183 (71.88% from 255 or 69.58% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 183 - color contains mainly: green. Hex color #31B71F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B71F is #CE48E0. Grayscale: #7E7E7E. Windows color (decimal): -13519073 or 2078513. OLE color: 2078513.

HSL color Cylindrical-coordinate representation of color #31B71F: hue angle of 112.89º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #31B71F is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 49 183 31 -
CMYK 0.73 0 0.83 0.28
HSL 112.89º 0.71% 0.42% -
HSV(B) 112.89º 0.83% 0.72% -
XYZ 18.45 34.62 7.01 -
YUV 125.61 74.61 73.36 -
System Red Green Blue C M Y K H S L
Decimal 49 183 31 0.73 0 0.83 0.28 112.89 0.71 0.42
Hex 31 B7 1F 49 0 53 1C 71 47 2A
Octal 61 267 37 111 0 123 34 161 107 52
Binary 110001 10110111 11111 1001001 0 1010011 11100 1110001 1000111 101010

Color Harmonies of #31B71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B71F

Black with #31B71F

Text Example


Text Example

White with #31B71F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,183,31); }

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

background-color css

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

 a { background-color: rgb(49,183,31); }

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

border-color css

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

 span { border-color: rgb(49,183,31); }

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