Html Css Color HEX #31F04A Lime Green

📋 copy color: '#31F04A'

red 49 ◦ green 240 ◦ blue 74

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

Shades of Lime Green #31F04A

Tints of Lime Green #31F04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.39%

R = 13.5%
G = 66.12%
B = 20.39%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#31F04A (or 0x31F04A) is known color: Lime Green. HEX triplet: 31, F0 and 4A. RGB value is (49,240,74). Sum of RGB (Red+Green+Blue) = 49+240+74=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 240 (94.14% from 255 or 66.12% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 240 - color contains mainly: green. Hex color #31F04A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F04A is #CE0FB5. Grayscale: #A4A4A4. Windows color (decimal): -13504438 or 4911153. OLE color: 4911153.

HSL color Cylindrical-coordinate representation of color #31F04A: hue angle of 127.85º 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 #31F04A is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 49 240 74 -
CMYK 0.80 0 0.69 0.06
HSL 127.85º 0.86% 0.57% -
HSV(B) 127.85º 0.8% 0.94% -
XYZ 33.66 63.47 16.95 -
YUV 163.97 77.22 46 -
System Red Green Blue C M Y K H S L
Decimal 49 240 74 0.80 0 0.69 0.06 127.85 0.86 0.57
Hex 31 F0 4A 50 0 45 6 80 56 39
Octal 61 360 112 120 0 105 6 200 126 71
Binary 110001 11110000 1001010 1010000 0 1000101 110 10000000 1010110 111001

Color Harmonies of #31F04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F04A

Black with #31F04A

Text Example


Text Example

White with #31F04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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