Html Css Color HEX #2EFB44 Lime Green

📋 copy color: '#2EFB44'

red 46 ◦ green 251 ◦ blue 68

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

Shades of Lime Green #2EFB44

Tints of Lime Green #2EFB44

RGB

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

 GREEN value IS 251 (98.44% from 255) = 68.77%

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

R = 12.6%
G = 68.77%
B = 18.63%

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

#2EFB44 (or 0x2EFB44) is known color: Lime Green. HEX triplet: 2E, FB and 44. RGB value is (46,251,68). Sum of RGB (Red+Green+Blue) = 46+251+68=365 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.60% from 365); Green value is 251 (98.44% from 255 or 68.77% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFB44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFB44 is #D104BB. Grayscale: #A9A9A9. Windows color (decimal): -13698236 or 4520750. OLE color: 4520750.

HSL color Cylindrical-coordinate representation of color #2EFB44: hue angle of 126.44º degrees, saturation: 0.96, 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 #2EFB44 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 251 68 -
CMYK 0.82 0 0.73 0.02
HSL 126.44º 0.96% 0.58% -
HSV(B) 126.44º 0.82% 0.98% -
XYZ 36.67 69.99 17.05 -
YUV 168.84 71.08 40.38 -
System Red Green Blue C M Y K H S L
Decimal 46 251 68 0.82 0 0.73 0.02 126.44 0.96 0.58
Hex 2E FB 44 52 0 49 2 7E 60 3A
Octal 56 373 104 122 0 111 2 176 140 72
Binary 101110 11111011 1000100 1010010 0 1001001 10 1111110 1100000 111010

Color Harmonies of #2EFB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFB44

Black with #2EFB44

Text Example


Text Example

White with #2EFB44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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