Html Css Color HEX #2EF944 Lime Green

📋 copy color: '#2EF944'

red 46 ◦ green 249 ◦ blue 68

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

Shades of Lime Green #2EF944

Tints of Lime Green #2EF944

RGB

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

 GREEN value IS 249 (97.66% from 255) = 68.6%

 BLUE value IS 68 (26.95% from 255) = 18.73%

R = 12.67%
G = 68.6%
B = 18.73%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#2EF944 (or 0x2EF944) is known color: Lime Green. HEX triplet: 2E, F9 and 44. RGB value is (46,249,68). Sum of RGB (Red+Green+Blue) = 46+249+68=363 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.67% from 363); Green value is 249 (97.66% from 255 or 68.60% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 249 - color contains mainly: green. Hex color #2EF944 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF944 is #D106BB. Grayscale: #A8A8A8. Windows color (decimal): -13698748 or 4520238. OLE color: 4520238.

HSL color Cylindrical-coordinate representation of color #2EF944: hue angle of 126.5º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EF944 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 249 68 -
CMYK 0.82 0 0.73 0.02
HSL 126.5º 0.94% 0.58% -
HSV(B) 126.5º 0.82% 0.98% -
XYZ 36.05 68.75 16.84 -
YUV 167.67 71.75 41.22 -
System Red Green Blue C M Y K H S L
Decimal 46 249 68 0.82 0 0.73 0.02 126.5 0.94 0.58
Hex 2E F9 44 52 0 49 2 7F 5E 3A
Octal 56 371 104 122 0 111 2 177 136 72
Binary 101110 11111001 1000100 1010010 0 1001001 10 1111111 1011110 111010

Color Harmonies of #2EF944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF944

Black with #2EF944

Text Example


Text Example

White with #2EF944

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,249,68); }

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

background-color css

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

 a { background-color: rgb(46,249,68); }

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

border-color css

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

 span { border-color: rgb(46,249,68); }

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