Html Css Color HEX #31F73F Lime Green

📋 copy color: '#31F73F'

red 49 ◦ green 247 ◦ blue 63

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

Shades of Lime Green #31F73F

Tints of Lime Green #31F73F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 68.8%

 BLUE value IS 63 (25% from 255) = 17.55%

R = 13.65%
G = 68.8%
B = 17.55%

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

#31F73F (or 0x31F73F) is known color: Lime Green. HEX triplet: 31, F7 and 3F. RGB value is (49,247,63). Sum of RGB (Red+Green+Blue) = 49+247+63=359 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.65% from 359); Green value is 247 (96.88% from 255 or 68.80% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 247 - color contains mainly: green. Hex color #31F73F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F73F is #CE08C0. Grayscale: #A7A7A7. Windows color (decimal): -13502657 or 4192049. OLE color: 4192049.

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

Color convert

RGB 49 247 63 -
CMYK 0.80 0 0.74 0.03
HSL 124.24º 0.93% 0.58% -
HSV(B) 124.24º 0.8% 0.97% -
XYZ 35.42 67.53 15.87 -
YUV 166.82 69.4 43.96 -
System Red Green Blue C M Y K H S L
Decimal 49 247 63 0.80 0 0.74 0.03 124.24 0.93 0.58
Hex 31 F7 3F 50 0 4A 3 7C 5D 3A
Octal 61 367 77 120 0 112 3 174 135 72
Binary 110001 11110111 111111 1010000 0 1001010 11 1111100 1011101 111010

Color Harmonies of #31F73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F73F

Black with #31F73F

Text Example


Text Example

White with #31F73F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,247,63); }

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

background-color css

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

 a { background-color: rgb(49,247,63); }

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

border-color css

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

 span { border-color: rgb(49,247,63); }

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