Html Css Color HEX #2EE11B Lime Green

📋 copy color: '#2EE11B'

red 46 ◦ green 225 ◦ blue 27

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

Shades of Lime Green #2EE11B

Tints of Lime Green #2EE11B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 75.5%

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

R = 15.44%
G = 75.5%
B = 9.06%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#2EE11B (or 0x2EE11B) is known color: Lime Green. HEX triplet: 2E, E1 and 1B. RGB value is (46,225,27). Sum of RGB (Red+Green+Blue) = 46+225+27=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 225 (88.28% from 255 or 75.50% from 298); Blue value is 27 (10.94% from 255 or 9.06% from 298); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE11B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE11B is #D11EE4. Grayscale: #959595. Windows color (decimal): -13704933 or 1827118. OLE color: 1827118.

HSL color Cylindrical-coordinate representation of color #2EE11B: hue angle of 114.24º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2EE11B is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 225 27 -
CMYK 0.80 0 0.88 0.12
HSL 114.24º 0.79% 0.49% -
HSV(B) 114.24º 0.88% 0.88% -
XYZ 28.25 54.51 10.07 -
YUV 148.91 59.2 54.6 -
System Red Green Blue C M Y K H S L
Decimal 46 225 27 0.80 0 0.88 0.12 114.24 0.79 0.49
Hex 2E E1 1B 50 0 58 C 72 4F 31
Octal 56 341 33 120 0 130 14 162 117 61
Binary 101110 11100001 11011 1010000 0 1011000 1100 1110010 1001111 110001

Color Harmonies of #2EE11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE11B

Black with #2EE11B

Text Example


Text Example

White with #2EE11B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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