Html Css Color HEX #2EEA1B Lime Green

📋 copy color: '#2EEA1B'

red 46 ◦ green 234 ◦ blue 27

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

Shades of Lime Green #2EEA1B

Tints of Lime Green #2EEA1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.79%

R = 14.98%
G = 76.22%
B = 8.79%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#2EEA1B (or 0x2EEA1B) is known color: Lime Green. HEX triplet: 2E, EA and 1B. RGB value is (46,234,27). Sum of RGB (Red+Green+Blue) = 46+234+27=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 234 (91.80% from 255 or 76.22% from 307); Blue value is 27 (10.94% from 255 or 8.79% from 307); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEA1B is #D115E4. Grayscale: #9A9A9A. Windows color (decimal): -13702629 or 1829422. OLE color: 1829422.

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

Color convert

RGB 46 234 27 -
CMYK 0.80 0 0.88 0.08
HSL 114.49º 0.83% 0.51% -
HSV(B) 114.49º 0.88% 0.92% -
XYZ 30.75 59.51 10.9 -
YUV 154.19 56.22 50.83 -
System Red Green Blue C M Y K H S L
Decimal 46 234 27 0.80 0 0.88 0.08 114.49 0.83 0.51
Hex 2E EA 1B 50 0 58 8 72 53 33
Octal 56 352 33 120 0 130 10 162 123 63
Binary 101110 11101010 11011 1010000 0 1011000 1000 1110010 1010011 110011

Color Harmonies of #2EEA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEA1B

Black with #2EEA1B

Text Example


Text Example

White with #2EEA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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