Html Css Color HEX #31F94A Lime Green

📋 copy color: '#31F94A'

red 49 ◦ green 249 ◦ blue 74

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

Shades of Lime Green #31F94A

Tints of Lime Green #31F94A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 66.94%

 BLUE value IS 74 (29.3% from 255) = 19.89%

R = 13.17%
G = 66.94%
B = 19.89%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#31F94A (or 0x31F94A) is known color: Lime Green. HEX triplet: 31, F9 and 4A. RGB value is (49,249,74). Sum of RGB (Red+Green+Blue) = 49+249+74=372 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.17% from 372); Green value is 249 (97.66% from 255 or 66.94% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 249 - color contains mainly: green. Hex color #31F94A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F94A is #CE06B5. Grayscale: #A9A9A9. Windows color (decimal): -13502134 or 4913457. OLE color: 4913457.

HSL color Cylindrical-coordinate representation of color #31F94A: hue angle of 127.5º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F94A is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 249 74 -
CMYK 0.80 0 0.70 0.02
HSL 127.5º 0.94% 0.58% -
HSV(B) 127.5º 0.8% 0.98% -
XYZ 36.38 68.9 17.86 -
YUV 169.25 74.24 42.23 -
System Red Green Blue C M Y K H S L
Decimal 49 249 74 0.80 0 0.70 0.02 127.5 0.94 0.58
Hex 31 F9 4A 50 0 46 2 80 5E 3A
Octal 61 371 112 120 0 106 2 200 136 72
Binary 110001 11111001 1001010 1010000 0 1000110 10 10000000 1011110 111010

Color Harmonies of #31F94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F94A

Black with #31F94A

Text Example


Text Example

White with #31F94A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,249,74); }

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

background-color css

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

 a { background-color: rgb(49,249,74); }

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

border-color css

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

 span { border-color: rgb(49,249,74); }

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