Html Css Color HEX #31D90E Lime Green

📋 copy color: '#31D90E'

red 49 ◦ green 217 ◦ blue 14

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

Shades of Lime Green #31D90E

Tints of Lime Green #31D90E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 77.5%

 BLUE value IS 14 (5.86% from 255) = 5%

R = 17.5%
G = 77.5%
B = 5%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#31D90E (or 0x31D90E) is known color: Lime Green. HEX triplet: 31, D9 and 0E. RGB value is (49,217,14). Sum of RGB (Red+Green+Blue) = 49+217+14=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 217 (85.16% from 255 or 77.5% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 217 - color contains mainly: green. Hex color #31D90E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31D90E is #CE26F1. Grayscale: #909090. Windows color (decimal): -13510386 or 973105. OLE color: 973105.

HSL color Cylindrical-coordinate representation of color #31D90E: hue angle of 109.66º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #31D90E is Cyan = 0.77, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 217 14 -
CMYK 0.77 0 0.94 0.15
HSL 109.66º 0.88% 0.45% -
HSV(B) 109.66º 0.94% 0.85% -
XYZ 26.16 50.31 8.75 -
YUV 143.63 54.84 60.51 -
System Red Green Blue C M Y K H S L
Decimal 49 217 14 0.77 0 0.94 0.15 109.66 0.88 0.45
Hex 31 D9 E 4D 0 5E F 6E 58 2D
Octal 61 331 16 115 0 136 17 156 130 55
Binary 110001 11011001 1110 1001101 0 1011110 1111 1101110 1011000 101101

Color Harmonies of #31D90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D90E

Black with #31D90E

Text Example


Text Example

White with #31D90E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,217,14); }

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

background-color css

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

 a { background-color: rgb(49,217,14); }

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

border-color css

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

 span { border-color: rgb(49,217,14); }

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