Html Css Color HEX #2EC31F Lime Green

📋 copy color: '#2EC31F'

red 46 ◦ green 195 ◦ blue 31

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

Shades of Lime Green #2EC31F

Tints of Lime Green #2EC31F

RGB

 RED value IS 46 (18.36% from 255) = 16.91%

 GREEN value IS 195 (76.56% from 255) = 71.69%

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

R = 16.91%
G = 71.69%
B = 11.4%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#2EC31F (or 0x2EC31F) is known color: Lime Green. HEX triplet: 2E, C3 and 1F. RGB value is (46,195,31). Sum of RGB (Red+Green+Blue) = 46+195+31=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 195 (76.56% from 255 or 71.69% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC31F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC31F is #D13CE0. Grayscale: #848484. Windows color (decimal): -13712609 or 2081582. OLE color: 2081582.

HSL color Cylindrical-coordinate representation of color #2EC31F: hue angle of 114.51º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2EC31F is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 46 195 31 -
CMYK 0.76 0 0.84 0.24
HSL 114.51º 0.73% 0.44% -
HSV(B) 114.51º 0.84% 0.76% -
XYZ 20.89 39.71 7.86 -
YUV 131.75 71.14 66.84 -
System Red Green Blue C M Y K H S L
Decimal 46 195 31 0.76 0 0.84 0.24 114.51 0.73 0.44
Hex 2E C3 1F 4C 0 54 18 73 49 2C
Octal 56 303 37 114 0 124 30 163 111 54
Binary 101110 11000011 11111 1001100 0 1010100 11000 1110011 1001001 101100

Color Harmonies of #2EC31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC31F

Black with #2EC31F

Text Example


Text Example

White with #2EC31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2EC31F; }

 p { color: rgb(46,195,31); }

 H1.HeaderClassName
 {
   color: #2EC31F;
 }
 .AnyTagClassName
 {
   color: #2EC31F;
 }
</style>

background-color css

<style>
 a { background-color: #2EC31F; }

 a { background-color: rgb(46,195,31); }

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

border-color css

<style>
 span { border-color: #2EC31F; }

 span { border-color: rgb(46,195,31); }

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