Html Css Color HEX #31C916 Lime Green

📋 copy color: '#31C916'

red 49 ◦ green 201 ◦ blue 22

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

Shades of Lime Green #31C916

Tints of Lime Green #31C916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.09%

R = 18.01%
G = 73.9%
B = 8.09%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#31C916 (or 0x31C916) is known color: Lime Green. HEX triplet: 31, C9 and 16. RGB value is (49,201,22). Sum of RGB (Red+Green+Blue) = 49+201+22=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 201 (78.91% from 255 or 73.90% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 201 - color contains mainly: green. Hex color #31C916 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31C916 is #CE36E9. Grayscale: #878787. Windows color (decimal): -13514474 or 1493297. OLE color: 1493297.

HSL color Cylindrical-coordinate representation of color #31C916: hue angle of 110.95º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #31C916 is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 49 201 22 -
CMYK 0.76 0 0.89 0.21
HSL 110.95º 0.8% 0.44% -
HSV(B) 110.95º 0.89% 0.79% -
XYZ 22.3 42.48 7.78 -
YUV 135.15 64.14 66.55 -
System Red Green Blue C M Y K H S L
Decimal 49 201 22 0.76 0 0.89 0.21 110.95 0.8 0.44
Hex 31 C9 16 4C 0 59 15 6F 50 2C
Octal 61 311 26 114 0 131 25 157 120 54
Binary 110001 11001001 10110 1001100 0 1011001 10101 1101111 1010000 101100

Color Harmonies of #31C916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C916

Black with #31C916

Text Example


Text Example

White with #31C916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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