Html Css Color HEX #31D215 Lime Green

📋 copy color: '#31D215'

red 49 ◦ green 210 ◦ blue 21

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

Shades of Lime Green #31D215

Tints of Lime Green #31D215

RGB

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

 GREEN value IS 210 (82.42% from 255) = 75%

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

R = 17.5%
G = 75%
B = 7.5%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#31D215 (or 0x31D215) is known color: Lime Green. HEX triplet: 31, D2 and 15. RGB value is (49,210,21). Sum of RGB (Red+Green+Blue) = 49+210+21=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 210 (82.42% from 255 or 75% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 210 - color contains mainly: green. Hex color #31D215 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31D215 is #CE2DEA. Grayscale: #8C8C8C. Windows color (decimal): -13512171 or 1430065. OLE color: 1430065.

HSL color Cylindrical-coordinate representation of color #31D215: hue angle of 111.11º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31D215 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 49 210 21 -
CMYK 0.77 0 0.90 0.18
HSL 111.11º 0.82% 0.45% -
HSV(B) 111.11º 0.9% 0.82% -
XYZ 24.45 46.8 8.45 -
YUV 140.32 60.66 62.87 -
System Red Green Blue C M Y K H S L
Decimal 49 210 21 0.77 0 0.90 0.18 111.11 0.82 0.45
Hex 31 D2 15 4D 0 5A 12 6F 52 2D
Octal 61 322 25 115 0 132 22 157 122 55
Binary 110001 11010010 10101 1001101 0 1011010 10010 1101111 1010010 101101

Color Harmonies of #31D215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D215

Black with #31D215

Text Example


Text Example

White with #31D215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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