Html Css Color HEX #2EEA1F Lime Green

📋 copy color: '#2EEA1F'

red 46 ◦ green 234 ◦ blue 31

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

Shades of Lime Green #2EEA1F

Tints of Lime Green #2EEA1F

RGB

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

 GREEN value IS 234 (91.8% from 255) = 75.24%

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

R = 14.79%
G = 75.24%
B = 9.97%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#2EEA1F (or 0x2EEA1F) is known color: Lime Green. HEX triplet: 2E, EA and 1F. RGB value is (46,234,31). Sum of RGB (Red+Green+Blue) = 46+234+31=311 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.79% from 311); Green value is 234 (91.80% from 255 or 75.24% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEA1F is #D115E0. Grayscale: #9B9B9B. Windows color (decimal): -13702625 or 2091566. OLE color: 2091566.

HSL color Cylindrical-coordinate representation of color #2EEA1F: hue angle of 115.57º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2EEA1F is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 234 31 -
CMYK 0.80 0 0.87 0.08
HSL 115.57º 0.83% 0.52% -
HSV(B) 115.57º 0.87% 0.92% -
XYZ 30.8 59.53 11.16 -
YUV 154.65 58.22 50.51 -
System Red Green Blue C M Y K H S L
Decimal 46 234 31 0.80 0 0.87 0.08 115.57 0.83 0.52
Hex 2E EA 1F 50 0 57 8 74 53 34
Octal 56 352 37 120 0 127 10 164 123 64
Binary 101110 11101010 11111 1010000 0 1010111 1000 1110100 1010011 110100

Color Harmonies of #2EEA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEA1F

Black with #2EEA1F

Text Example


Text Example

White with #2EEA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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