Html Css Color HEX #31EC1F Lime Green

📋 copy color: '#31EC1F'

red 49 ◦ green 236 ◦ blue 31

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

Shades of Lime Green #31EC1F

Tints of Lime Green #31EC1F

RGB

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

 GREEN value IS 236 (92.58% from 255) = 74.68%

 BLUE value IS 31 (12.5% from 255) = 9.81%

R = 15.51%
G = 74.68%
B = 9.81%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#31EC1F (or 0x31EC1F) is known color: Lime Green. HEX triplet: 31, EC and 1F. RGB value is (49,236,31). Sum of RGB (Red+Green+Blue) = 49+236+31=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 236 (92.58% from 255 or 74.68% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 236 - color contains mainly: green. Hex color #31EC1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31EC1F is #CE13E0. Grayscale: #9D9D9D. Windows color (decimal): -13505505 or 2092081. OLE color: 2092081.

HSL color Cylindrical-coordinate representation of color #31EC1F: hue angle of 114.73º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #31EC1F is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 236 31 -
CMYK 0.79 0 0.87 0.07
HSL 114.73º 0.84% 0.52% -
HSV(B) 114.73º 0.87% 0.93% -
XYZ 31.51 60.74 11.36 -
YUV 156.72 57.05 51.17 -
System Red Green Blue C M Y K H S L
Decimal 49 236 31 0.79 0 0.87 0.07 114.73 0.84 0.52
Hex 31 EC 1F 4F 0 57 7 73 54 34
Octal 61 354 37 117 0 127 7 163 124 64
Binary 110001 11101100 11111 1001111 0 1010111 111 1110011 1010100 110100

Color Harmonies of #31EC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EC1F

Black with #31EC1F

Text Example


Text Example

White with #31EC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,236,31); }

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

background-color css

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

 a { background-color: rgb(49,236,31); }

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

border-color css

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

 span { border-color: rgb(49,236,31); }

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