Html Css Color HEX #31C51E Lime Green

📋 copy color: '#31C51E'

red 49 ◦ green 197 ◦ blue 30

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

Shades of Lime Green #31C51E

Tints of Lime Green #31C51E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 71.38%

 BLUE value IS 30 (12.11% from 255) = 10.87%

R = 17.75%
G = 71.38%
B = 10.87%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#31C51E (or 0x31C51E) is known color: Lime Green. HEX triplet: 31, C5 and 1E. RGB value is (49,197,30). Sum of RGB (Red+Green+Blue) = 49+197+30=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 197 (77.34% from 255 or 71.38% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 197 - color contains mainly: green. Hex color #31C51E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C51E is #CE3AE1. Grayscale: #868686. Windows color (decimal): -13515490 or 2016561. OLE color: 2016561.

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

Color convert

RGB 49 197 30 -
CMYK 0.75 0 0.85 0.23
HSL 113.17º 0.74% 0.45% -
HSV(B) 113.17º 0.85% 0.77% -
XYZ 21.47 40.68 7.95 -
YUV 133.71 69.47 67.58 -
System Red Green Blue C M Y K H S L
Decimal 49 197 30 0.75 0 0.85 0.23 113.17 0.74 0.45
Hex 31 C5 1E 4B 0 55 17 71 4A 2D
Octal 61 305 36 113 0 125 27 161 112 55
Binary 110001 11000101 11110 1001011 0 1010101 10111 1110001 1001010 101101

Color Harmonies of #31C51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C51E

Black with #31C51E

Text Example


Text Example

White with #31C51E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,197,30); }

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

background-color css

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

 a { background-color: rgb(49,197,30); }

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

border-color css

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

 span { border-color: rgb(49,197,30); }

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