Html Css Color HEX #2EFC40 Lime Green

📋 copy color: '#2EFC40'

red 46 ◦ green 252 ◦ blue 64

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

Shades of Lime Green #2EFC40

Tints of Lime Green #2EFC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.68%

R = 12.71%
G = 69.61%
B = 17.68%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#2EFC40 (or 0x2EFC40) is known color: Lime Green. HEX triplet: 2E, FC and 40. RGB value is (46,252,64). Sum of RGB (Red+Green+Blue) = 46+252+64=362 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.71% from 362); Green value is 252 (98.83% from 255 or 69.61% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFC40 is #D103BF. Grayscale: #A9A9A9. Windows color (decimal): -13697984 or 4258862. OLE color: 4258862.

HSL color Cylindrical-coordinate representation of color #2EFC40: hue angle of 125.24º 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 #2EFC40 is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 46 252 64 -
CMYK 0.82 0 0.75 0.01
HSL 125.24º 0.97% 0.58% -
HSV(B) 125.24º 0.82% 0.99% -
XYZ 36.86 70.57 16.53 -
YUV 168.97 68.75 40.29 -
System Red Green Blue C M Y K H S L
Decimal 46 252 64 0.82 0 0.75 0.01 125.24 0.97 0.58
Hex 2E FC 40 52 0 4B 1 7D 61 3A
Octal 56 374 100 122 0 113 1 175 141 72
Binary 101110 11111100 1000000 1010010 0 1001011 1 1111101 1100001 111010

Color Harmonies of #2EFC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFC40

Black with #2EFC40

Text Example


Text Example

White with #2EFC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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