Html Css Color HEX #31C41F Lime Green

📋 copy color: '#31C41F'

red 49 ◦ green 196 ◦ blue 31

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

Shades of Lime Green #31C41F

Tints of Lime Green #31C41F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 71.01%

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

R = 17.75%
G = 71.01%
B = 11.23%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#31C41F (or 0x31C41F) is known color: Lime Green. HEX triplet: 31, C4 and 1F. RGB value is (49,196,31). Sum of RGB (Red+Green+Blue) = 49+196+31=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 196 (76.95% from 255 or 71.01% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 196 - color contains mainly: green. Hex color #31C41F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C41F is #CE3BE0. Grayscale: #858585. Windows color (decimal): -13515745 or 2081841. OLE color: 2081841.

HSL color Cylindrical-coordinate representation of color #31C41F: hue angle of 113.45º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #31C41F is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 49 196 31 -
CMYK 0.75 0 0.84 0.23
HSL 113.45º 0.73% 0.45% -
HSV(B) 113.45º 0.84% 0.77% -
XYZ 21.25 40.23 7.94 -
YUV 133.24 70.3 67.92 -
System Red Green Blue C M Y K H S L
Decimal 49 196 31 0.75 0 0.84 0.23 113.45 0.73 0.45
Hex 31 C4 1F 4B 0 54 17 71 49 2D
Octal 61 304 37 113 0 124 27 161 111 55
Binary 110001 11000100 11111 1001011 0 1010100 10111 1110001 1001001 101101

Color Harmonies of #31C41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C41F

Black with #31C41F

Text Example


Text Example

White with #31C41F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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