Html Css Color HEX #2EF82B Lime Green

📋 copy color: '#2EF82B'

red 46 ◦ green 248 ◦ blue 43

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

Shades of Lime Green #2EF82B

Tints of Lime Green #2EF82B

RGB

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

 GREEN value IS 248 (97.27% from 255) = 73.59%

 BLUE value IS 43 (17.19% from 255) = 12.76%

R = 13.65%
G = 73.59%
B = 12.76%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#2EF82B (or 0x2EF82B) is known color: Lime Green. HEX triplet: 2E, F8 and 2B. RGB value is (46,248,43). Sum of RGB (Red+Green+Blue) = 46+248+43=337 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.65% from 337); Green value is 248 (97.27% from 255 or 73.59% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 248 - color contains mainly: green. Hex color #2EF82B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF82B is #D107D4. Grayscale: #A4A4A4. Windows color (decimal): -13699029 or 2881582. OLE color: 2881582.

HSL color Cylindrical-coordinate representation of color #2EF82B: hue angle of 119.12º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2EF82B is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.

Color convert

RGB 46 248 43 -
CMYK 0.81 0 0.83 0.03
HSL 119.12º 0.94% 0.57% -
HSV(B) 119.12º 0.83% 0.97% -
XYZ 35.13 67.89 13.54 -
YUV 164.23 59.58 43.67 -
System Red Green Blue C M Y K H S L
Decimal 46 248 43 0.81 0 0.83 0.03 119.12 0.94 0.57
Hex 2E F8 2B 51 0 53 3 77 5E 39
Octal 56 370 53 121 0 123 3 167 136 71
Binary 101110 11111000 101011 1010001 0 1010011 11 1110111 1011110 111001

Color Harmonies of #2EF82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF82B

Black with #2EF82B

Text Example


Text Example

White with #2EF82B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,248,43); }

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

background-color css

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

 a { background-color: rgb(46,248,43); }

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

border-color css

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

 span { border-color: rgb(46,248,43); }

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