Html Css Color HEX #31F74B Lime Green

📋 copy color: '#31F74B'

red 49 ◦ green 247 ◦ blue 75

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

Shades of Lime Green #31F74B

Tints of Lime Green #31F74B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.22%

R = 13.21%
G = 66.58%
B = 20.22%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#31F74B (or 0x31F74B) is known color: Lime Green. HEX triplet: 31, F7 and 4B. RGB value is (49,247,75). Sum of RGB (Red+Green+Blue) = 49+247+75=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 247 (96.88% from 255 or 66.58% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 247 - color contains mainly: green. Hex color #31F74B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F74B is #CE08B4. Grayscale: #A8A8A8. Windows color (decimal): -13502645 or 4978481. OLE color: 4978481.

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

Color convert

RGB 49 247 75 -
CMYK 0.80 0 0.70 0.03
HSL 127.88º 0.93% 0.58% -
HSV(B) 127.88º 0.8% 0.97% -
XYZ 35.8 67.68 17.83 -
YUV 168.19 75.4 42.99 -
System Red Green Blue C M Y K H S L
Decimal 49 247 75 0.80 0 0.70 0.03 127.88 0.93 0.58
Hex 31 F7 4B 50 0 46 3 80 5D 3A
Octal 61 367 113 120 0 106 3 200 135 72
Binary 110001 11110111 1001011 1010000 0 1000110 11 10000000 1011101 111010

Color Harmonies of #31F74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F74B

Black with #31F74B

Text Example


Text Example

White with #31F74B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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