Html Css Color HEX #31F840 Lime Green

📋 copy color: '#31F840'

red 49 ◦ green 248 ◦ blue 64

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

Shades of Lime Green #31F840

Tints of Lime Green #31F840

RGB

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

 GREEN value IS 248 (97.27% from 255) = 68.7%

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

R = 13.57%
G = 68.7%
B = 17.73%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#31F840 (or 0x31F840) is known color: Lime Green. HEX triplet: 31, F8 and 40. RGB value is (49,248,64). Sum of RGB (Red+Green+Blue) = 49+248+64=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 248 (97.27% from 255 or 68.70% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 248 - color contains mainly: green. Hex color #31F840 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F840 is #CE07BF. Grayscale: #A8A8A8. Windows color (decimal): -13502400 or 4257841. OLE color: 4257841.

HSL color Cylindrical-coordinate representation of color #31F840: hue angle of 124.52º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F840 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 49 248 64 -
CMYK 0.80 0 0.74 0.03
HSL 124.52º 0.93% 0.58% -
HSV(B) 124.52º 0.8% 0.97% -
XYZ 35.76 68.16 16.12 -
YUV 167.52 69.57 43.46 -
System Red Green Blue C M Y K H S L
Decimal 49 248 64 0.80 0 0.74 0.03 124.52 0.93 0.58
Hex 31 F8 40 50 0 4A 3 7D 5D 3A
Octal 61 370 100 120 0 112 3 175 135 72
Binary 110001 11111000 1000000 1010000 0 1001010 11 1111101 1011101 111010

Color Harmonies of #31F840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F840

Black with #31F840

Text Example


Text Example

White with #31F840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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