Html Css Color HEX #31F74C Lime Green

📋 copy color: '#31F74C'

red 49 ◦ green 247 ◦ blue 76

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

Shades of Lime Green #31F74C

Tints of Lime Green #31F74C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.43%

R = 13.17%
G = 66.4%
B = 20.43%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#31F74C (or 0x31F74C) is known color: Lime Green. HEX triplet: 31, F7 and 4C. RGB value is (49,247,76). Sum of RGB (Red+Green+Blue) = 49+247+76=372 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.17% from 372); Green value is 247 (96.88% from 255 or 66.40% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 247 - color contains mainly: green. Hex color #31F74C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F74C is #CE08B3. Grayscale: #A8A8A8. Windows color (decimal): -13502644 or 5044017. OLE color: 5044017.

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

Color convert

RGB 49 247 76 -
CMYK 0.80 0 0.69 0.03
HSL 128.18º 0.93% 0.58% -
HSV(B) 128.18º 0.8% 0.97% -
XYZ 35.83 67.7 18.02 -
YUV 168.3 75.9 42.9 -
System Red Green Blue C M Y K H S L
Decimal 49 247 76 0.80 0 0.69 0.03 128.18 0.93 0.58
Hex 31 F7 4C 50 0 45 3 80 5D 3A
Octal 61 367 114 120 0 105 3 200 135 72
Binary 110001 11110111 1001100 1010000 0 1000101 11 10000000 1011101 111010

Color Harmonies of #31F74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F74C

Black with #31F74C

Text Example


Text Example

White with #31F74C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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