Html Css Color HEX #31F63F Lime Green

📋 copy color: '#31F63F'

red 49 ◦ green 246 ◦ blue 63

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

Shades of Lime Green #31F63F

Tints of Lime Green #31F63F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 68.72%

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

R = 13.69%
G = 68.72%
B = 17.6%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#31F63F (or 0x31F63F) is known color: Lime Green. HEX triplet: 31, F6 and 3F. RGB value is (49,246,63). Sum of RGB (Red+Green+Blue) = 49+246+63=358 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.69% from 358); Green value is 246 (96.48% from 255 or 68.72% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 246 - color contains mainly: green. Hex color #31F63F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F63F is #CE09C0. Grayscale: #A6A6A6. Windows color (decimal): -13502913 or 4191793. OLE color: 4191793.

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

Color convert

RGB 49 246 63 -
CMYK 0.80 0 0.74 0.04
HSL 124.26º 0.92% 0.58% -
HSV(B) 124.26º 0.8% 0.96% -
XYZ 35.12 66.92 15.77 -
YUV 166.24 69.73 44.38 -
System Red Green Blue C M Y K H S L
Decimal 49 246 63 0.80 0 0.74 0.04 124.26 0.92 0.58
Hex 31 F6 3F 50 0 4A 4 7C 5C 3A
Octal 61 366 77 120 0 112 4 174 134 72
Binary 110001 11110110 111111 1010000 0 1001010 100 1111100 1011100 111010

Color Harmonies of #31F63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F63F

Black with #31F63F

Text Example


Text Example

White with #31F63F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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