Html Css Color HEX #31F63A Lime Green

📋 copy color: '#31F63A'

red 49 ◦ green 246 ◦ blue 58

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

Shades of Lime Green #31F63A

Tints of Lime Green #31F63A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.43%

R = 13.88%
G = 69.69%
B = 16.43%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#31F63A (or 0x31F63A) is known color: Lime Green. HEX triplet: 31, F6 and 3A. RGB value is (49,246,58). Sum of RGB (Red+Green+Blue) = 49+246+58=353 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.88% from 353); Green value is 246 (96.48% from 255 or 69.69% from 353); Blue value is 58 (23.05% from 255 or 16.43% from 353); Max value from RGB is 246 - color contains mainly: green. Hex color #31F63A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F63A is #CE09C5. Grayscale: #A6A6A6. Windows color (decimal): -13502918 or 3864113. OLE color: 3864113.

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

Color convert

RGB 49 246 58 -
CMYK 0.80 0 0.76 0.04
HSL 122.74º 0.92% 0.58% -
HSV(B) 122.74º 0.8% 0.96% -
XYZ 34.99 66.87 15.07 -
YUV 165.67 67.23 44.79 -
System Red Green Blue C M Y K H S L
Decimal 49 246 58 0.80 0 0.76 0.04 122.74 0.92 0.58
Hex 31 F6 3A 50 0 4C 4 7B 5C 3A
Octal 61 366 72 120 0 114 4 173 134 72
Binary 110001 11110110 111010 1010000 0 1001100 100 1111011 1011100 111010

Color Harmonies of #31F63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F63A

Black with #31F63A

Text Example


Text Example

White with #31F63A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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