Html Css Color HEX #2EF829 Lime Green

📋 copy color: '#2EF829'

red 46 ◦ green 248 ◦ blue 41

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

Shades of Lime Green #2EF829

Tints of Lime Green #2EF829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.24%

R = 13.73%
G = 74.03%
B = 12.24%

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

#2EF829 (or 0x2EF829) is known color: Lime Green. HEX triplet: 2E, F8 and 29. RGB value is (46,248,41). Sum of RGB (Red+Green+Blue) = 46+248+41=335 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.73% from 335); Green value is 248 (97.27% from 255 or 74.03% from 335); Blue value is 41 (16.41% from 255 or 12.24% from 335); Max value from RGB is 248 - color contains mainly: green. Hex color #2EF829 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF829 is #D107D6. Grayscale: #A4A4A4. Windows color (decimal): -13699031 or 2750510. OLE color: 2750510.

HSL color Cylindrical-coordinate representation of color #2EF829: hue angle of 118.55º 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 #2EF829 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.

Color convert

RGB 46 248 41 -
CMYK 0.81 0 0.83 0.03
HSL 118.55º 0.94% 0.57% -
HSV(B) 118.55º 0.83% 0.97% -
XYZ 35.09 67.88 13.35 -
YUV 164 58.58 43.83 -
System Red Green Blue C M Y K H S L
Decimal 46 248 41 0.81 0 0.83 0.03 118.55 0.94 0.57
Hex 2E F8 29 51 0 53 3 77 5E 39
Octal 56 370 51 121 0 123 3 167 136 71
Binary 101110 11111000 101001 1010001 0 1010011 11 1110111 1011110 111001

Color Harmonies of #2EF829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF829

Black with #2EF829

Text Example


Text Example

White with #2EF829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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