Html Css Color HEX #31F742 Lime Green

📋 copy color: '#31F742'

red 49 ◦ green 247 ◦ blue 66

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

Shades of Lime Green #31F742

Tints of Lime Green #31F742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.23%

R = 13.54%
G = 68.23%
B = 18.23%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#31F742 (or 0x31F742) is known color: Lime Green. HEX triplet: 31, F7 and 42. RGB value is (49,247,66). Sum of RGB (Red+Green+Blue) = 49+247+66=362 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.54% from 362); Green value is 247 (96.88% from 255 or 68.23% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 247 - color contains mainly: green. Hex color #31F742 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F742 is #CE08BD. Grayscale: #A7A7A7. Windows color (decimal): -13502654 or 4388657. OLE color: 4388657.

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

Color convert

RGB 49 247 66 -
CMYK 0.80 0 0.73 0.03
HSL 125.15º 0.93% 0.58% -
HSV(B) 125.15º 0.8% 0.97% -
XYZ 35.51 67.57 16.32 -
YUV 167.16 70.9 43.72 -
System Red Green Blue C M Y K H S L
Decimal 49 247 66 0.80 0 0.73 0.03 125.15 0.93 0.58
Hex 31 F7 42 50 0 49 3 7D 5D 3A
Octal 61 367 102 120 0 111 3 175 135 72
Binary 110001 11110111 1000010 1010000 0 1001001 11 1111101 1011101 111010

Color Harmonies of #31F742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F742

Black with #31F742

Text Example


Text Example

White with #31F742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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