Html Css Color HEX #31F040 Lime Green

📋 copy color: '#31F040'

red 49 ◦ green 240 ◦ blue 64

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

Shades of Lime Green #31F040

Tints of Lime Green #31F040

RGB

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

 GREEN value IS 240 (94.14% from 255) = 67.99%

 BLUE value IS 64 (25.39% from 255) = 18.13%

R = 13.88%
G = 67.99%
B = 18.13%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#31F040 (or 0x31F040) is known color: Lime Green. HEX triplet: 31, F0 and 40. RGB value is (49,240,64). Sum of RGB (Red+Green+Blue) = 49+240+64=353 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.88% from 353); Green value is 240 (94.14% from 255 or 67.99% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 240 - color contains mainly: green. Hex color #31F040 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F040 is #CE0FBF. Grayscale: #A3A3A3. Windows color (decimal): -13504448 or 4255793. OLE color: 4255793.

HSL color Cylindrical-coordinate representation of color #31F040: hue angle of 124.71º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F040 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 49 240 64 -
CMYK 0.80 0 0.73 0.06
HSL 124.71º 0.86% 0.57% -
HSV(B) 124.71º 0.8% 0.94% -
XYZ 33.35 63.34 15.32 -
YUV 162.83 72.22 46.81 -
System Red Green Blue C M Y K H S L
Decimal 49 240 64 0.80 0 0.73 0.06 124.71 0.86 0.57
Hex 31 F0 40 50 0 49 6 7D 56 39
Octal 61 360 100 120 0 111 6 175 126 71
Binary 110001 11110000 1000000 1010000 0 1001001 110 1111101 1010110 111001

Color Harmonies of #31F040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F040

Black with #31F040

Text Example


Text Example

White with #31F040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,240,64); }

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

background-color css

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

 a { background-color: rgb(49,240,64); }

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

border-color css

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

 span { border-color: rgb(49,240,64); }

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