Html Css Color HEX #31C914 Lime Green

📋 copy color: '#31C914'

red 49 ◦ green 201 ◦ blue 20

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

Shades of Lime Green #31C914

Tints of Lime Green #31C914

RGB

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

 GREEN value IS 201 (78.91% from 255) = 74.44%

 BLUE value IS 20 (8.2% from 255) = 7.41%

R = 18.15%
G = 74.44%
B = 7.41%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#31C914 (or 0x31C914) is known color: Lime Green. HEX triplet: 31, C9 and 14. RGB value is (49,201,20). Sum of RGB (Red+Green+Blue) = 49+201+20=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 201 (78.91% from 255 or 74.44% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 201 - color contains mainly: green. Hex color #31C914 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31C914 is #CE36EB. Grayscale: #878787. Windows color (decimal): -13514476 or 1362225. OLE color: 1362225.

HSL color Cylindrical-coordinate representation of color #31C914: hue angle of 110.39º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31C914 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 49 201 20 -
CMYK 0.76 0 0.90 0.21
HSL 110.39º 0.82% 0.43% -
HSV(B) 110.39º 0.9% 0.79% -
XYZ 22.28 42.48 7.69 -
YUV 134.92 63.14 66.72 -
System Red Green Blue C M Y K H S L
Decimal 49 201 20 0.76 0 0.90 0.21 110.39 0.82 0.43
Hex 31 C9 14 4C 0 5A 15 6E 52 2B
Octal 61 311 24 114 0 132 25 156 122 53
Binary 110001 11001001 10100 1001100 0 1011010 10101 1101110 1010010 101011

Color Harmonies of #31C914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C914

Black with #31C914

Text Example


Text Example

White with #31C914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,201,20); }

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

background-color css

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

 a { background-color: rgb(49,201,20); }

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

border-color css

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

 span { border-color: rgb(49,201,20); }

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