Html Css Color HEX #31C01F Lime Green

📋 copy color: '#31C01F'

red 49 ◦ green 192 ◦ blue 31

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

Shades of Lime Green #31C01F

Tints of Lime Green #31C01F

RGB

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

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

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

R = 18.01%
G = 70.59%
B = 11.4%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#31C01F (or 0x31C01F) is known color: Lime Green. HEX triplet: 31, C0 and 1F. RGB value is (49,192,31). Sum of RGB (Red+Green+Blue) = 49+192+31=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 192 (75.39% from 255 or 70.59% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 192 - color contains mainly: green. Hex color #31C01F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C01F is #CE3FE0. Grayscale: #838383. Windows color (decimal): -13516769 or 2080817. OLE color: 2080817.

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

Color convert

RGB 49 192 31 -
CMYK 0.74 0 0.84 0.25
HSL 113.29º 0.72% 0.44% -
HSV(B) 113.29º 0.84% 0.75% -
XYZ 20.36 38.45 7.64 -
YUV 130.89 71.62 69.59 -
System Red Green Blue C M Y K H S L
Decimal 49 192 31 0.74 0 0.84 0.25 113.29 0.72 0.44
Hex 31 C0 1F 4A 0 54 19 71 48 2C
Octal 61 300 37 112 0 124 31 161 110 54
Binary 110001 11000000 11111 1001010 0 1010100 11001 1110001 1001000 101100

Color Harmonies of #31C01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C01F

Black with #31C01F

Text Example


Text Example

White with #31C01F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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