Html Css Color HEX #31F726 Lime Green

📋 copy color: '#31F726'

red 49 ◦ green 247 ◦ blue 38

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

Shades of Lime Green #31F726

Tints of Lime Green #31F726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.38%

R = 14.67%
G = 73.95%
B = 11.38%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#31F726 (or 0x31F726) is known color: Lime Green. HEX triplet: 31, F7 and 26. RGB value is (49,247,38). Sum of RGB (Red+Green+Blue) = 49+247+38=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 247 (96.88% from 255 or 73.95% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 247 - color contains mainly: green. Hex color #31F726 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F726 is #CE08D9. Grayscale: #A4A4A4. Windows color (decimal): -13502682 or 2553649. OLE color: 2553649.

HSL color Cylindrical-coordinate representation of color #31F726: hue angle of 116.84º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #31F726 is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.

Color convert

RGB 49 247 38 -
CMYK 0.80 0 0.85 0.03
HSL 116.84º 0.93% 0.56% -
HSV(B) 116.84º 0.85% 0.97% -
XYZ 34.88 67.31 12.99 -
YUV 163.97 56.9 45.99 -
System Red Green Blue C M Y K H S L
Decimal 49 247 38 0.80 0 0.85 0.03 116.84 0.93 0.56
Hex 31 F7 26 50 0 55 3 75 5D 38
Octal 61 367 46 120 0 125 3 165 135 70
Binary 110001 11110111 100110 1010000 0 1010101 11 1110101 1011101 111000

Color Harmonies of #31F726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F726

Black with #31F726

Text Example


Text Example

White with #31F726

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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