Html Css Color HEX #2EFC47 Lime Green

📋 copy color: '#2EFC47'

red 46 ◦ green 252 ◦ blue 71

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

Shades of Lime Green #2EFC47

Tints of Lime Green #2EFC47

RGB

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

 GREEN value IS 252 (98.83% from 255) = 68.29%

 BLUE value IS 71 (28.13% from 255) = 19.24%

R = 12.47%
G = 68.29%
B = 19.24%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#2EFC47 (or 0x2EFC47) is known color: Lime Green. HEX triplet: 2E, FC and 47. RGB value is (46,252,71). Sum of RGB (Red+Green+Blue) = 46+252+71=369 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.47% from 369); Green value is 252 (98.83% from 255 or 68.29% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC47 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFC47 is #D103B8. Grayscale: #AAAAAA. Windows color (decimal): -13697977 or 4717614. OLE color: 4717614.

HSL color Cylindrical-coordinate representation of color #2EFC47: hue angle of 127.28º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFC47 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.01.

Color convert

RGB 46 252 71 -
CMYK 0.82 0 0.72 0.01
HSL 127.28º 0.97% 0.58% -
HSV(B) 127.28º 0.82% 0.99% -
XYZ 37.07 70.66 17.65 -
YUV 169.77 72.25 39.72 -
System Red Green Blue C M Y K H S L
Decimal 46 252 71 0.82 0 0.72 0.01 127.28 0.97 0.58
Hex 2E FC 47 52 0 48 1 7F 61 3A
Octal 56 374 107 122 0 110 1 177 141 72
Binary 101110 11111100 1000111 1010010 0 1001000 1 1111111 1100001 111010

Color Harmonies of #2EFC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFC47

Black with #2EFC47

Text Example


Text Example

White with #2EFC47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,252,71); }

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

background-color css

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

 a { background-color: rgb(46,252,71); }

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

border-color css

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

 span { border-color: rgb(46,252,71); }

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