Html Css Color HEX #31F53B Lime Green

📋 copy color: '#31F53B'

red 49 ◦ green 245 ◦ blue 59

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

Shades of Lime Green #31F53B

Tints of Lime Green #31F53B

RGB

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

 GREEN value IS 245 (96.09% from 255) = 69.41%

 BLUE value IS 59 (23.44% from 255) = 16.71%

R = 13.88%
G = 69.41%
B = 16.71%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#31F53B (or 0x31F53B) is known color: Lime Green. HEX triplet: 31, F5 and 3B. RGB value is (49,245,59). Sum of RGB (Red+Green+Blue) = 49+245+59=353 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.88% from 353); Green value is 245 (96.09% from 255 or 69.41% from 353); Blue value is 59 (23.44% from 255 or 16.71% from 353); Max value from RGB is 245 - color contains mainly: green. Hex color #31F53B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F53B is #CE0AC4. Grayscale: #A5A5A5. Windows color (decimal): -13503173 or 3929393. OLE color: 3929393.

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

Color convert

RGB 49 245 59 -
CMYK 0.8 0 0.76 0.04
HSL 123.06º 0.91% 0.58% -
HSV(B) 123.06º 0.8% 0.96% -
XYZ 34.71 66.27 15.1 -
YUV 165.19 68.07 45.12 -
System Red Green Blue C M Y K H S L
Decimal 49 245 59 0.8 0 0.76 0.04 123.06 0.91 0.58
Hex 31 F5 3B 50 0 4C 4 7B 5B 3A
Octal 61 365 73 120 0 114 4 173 133 72
Binary 110001 11110101 111011 1010000 0 1001100 100 1111011 1011011 111010

Color Harmonies of #31F53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F53B

Black with #31F53B

Text Example


Text Example

White with #31F53B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,245,59); }

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

background-color css

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

 a { background-color: rgb(49,245,59); }

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

border-color css

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

 span { border-color: rgb(49,245,59); }

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