Html Css Color HEX #2EE61F Lime Green

📋 copy color: '#2EE61F'

red 46 ◦ green 230 ◦ blue 31

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

Shades of Lime Green #2EE61F

Tints of Lime Green #2EE61F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 74.92%

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

R = 14.98%
G = 74.92%
B = 10.1%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#2EE61F (or 0x2EE61F) is known color: Lime Green. HEX triplet: 2E, E6 and 1F. RGB value is (46,230,31). Sum of RGB (Red+Green+Blue) = 46+230+31=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 230 (90.23% from 255 or 74.92% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE61F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EE61F is #D119E0. Grayscale: #989898. Windows color (decimal): -13703649 or 2090542. OLE color: 2090542.

HSL color Cylindrical-coordinate representation of color #2EE61F: hue angle of 115.48º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2EE61F is Cyan = 0.8, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.

Color convert

RGB 46 230 31 -
CMYK 0.8 0 0.87 0.10
HSL 115.48º 0.8% 0.51% -
HSV(B) 115.48º 0.87% 0.9% -
XYZ 29.67 57.27 10.79 -
YUV 152.3 59.54 52.18 -
System Red Green Blue C M Y K H S L
Decimal 46 230 31 0.8 0 0.87 0.10 115.48 0.8 0.51
Hex 2E E6 1F 50 0 57 A 73 50 33
Octal 56 346 37 120 0 127 12 163 120 63
Binary 101110 11100110 11111 1010000 0 1010111 1010 1110011 1010000 110011

Color Harmonies of #2EE61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE61F

Black with #2EE61F

Text Example


Text Example

White with #2EE61F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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