Html Css Color HEX #31C915 Lime Green

📋 copy color: '#31C915'

red 49 ◦ green 201 ◦ blue 21

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

Shades of Lime Green #31C915

Tints of Lime Green #31C915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.75%

R = 18.08%
G = 74.17%
B = 7.75%

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

#31C915 (or 0x31C915) is known color: Lime Green. HEX triplet: 31, C9 and 15. RGB value is (49,201,21). Sum of RGB (Red+Green+Blue) = 49+201+21=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 201 (78.91% from 255 or 74.17% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 201 - color contains mainly: green. Hex color #31C915 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31C915 is #CE36EA. Grayscale: #878787. Windows color (decimal): -13514475 or 1427761. OLE color: 1427761.

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

Color convert

RGB 49 201 21 -
CMYK 0.76 0 0.90 0.21
HSL 110.67º 0.81% 0.44% -
HSV(B) 110.67º 0.9% 0.79% -
XYZ 22.29 42.48 7.73 -
YUV 135.03 63.64 66.64 -
System Red Green Blue C M Y K H S L
Decimal 49 201 21 0.76 0 0.90 0.21 110.67 0.81 0.44
Hex 31 C9 15 4C 0 5A 15 6F 51 2C
Octal 61 311 25 114 0 132 25 157 121 54
Binary 110001 11001001 10101 1001100 0 1011010 10101 1101111 1010001 101100

Color Harmonies of #31C915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C915

Black with #31C915

Text Example


Text Example

White with #31C915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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