Html Css Color HEX #2EF244 Lime Green

📋 copy color: '#2EF244'

red 46 ◦ green 242 ◦ blue 68

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

Shades of Lime Green #2EF244

Tints of Lime Green #2EF244

RGB

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

 GREEN value IS 242 (94.92% from 255) = 67.98%

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

R = 12.92%
G = 67.98%
B = 19.1%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#2EF244 (or 0x2EF244) is known color: Lime Green. HEX triplet: 2E, F2 and 44. RGB value is (46,242,68). Sum of RGB (Red+Green+Blue) = 46+242+68=356 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.92% from 356); Green value is 242 (94.92% from 255 or 67.98% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF244 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF244 is #D10DBB. Grayscale: #A4A4A4. Windows color (decimal): -13700540 or 4518446. OLE color: 4518446.

HSL color Cylindrical-coordinate representation of color #2EF244: hue angle of 126.73º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF244 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 46 242 68 -
CMYK 0.81 0 0.72 0.05
HSL 126.73º 0.88% 0.56% -
HSV(B) 126.73º 0.81% 0.95% -
XYZ 33.92 64.5 16.13 -
YUV 163.56 74.07 44.15 -
System Red Green Blue C M Y K H S L
Decimal 46 242 68 0.81 0 0.72 0.05 126.73 0.88 0.56
Hex 2E F2 44 51 0 48 5 7F 58 38
Octal 56 362 104 121 0 110 5 177 130 70
Binary 101110 11110010 1000100 1010001 0 1001000 101 1111111 1011000 111000

Color Harmonies of #2EF244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF244

Black with #2EF244

Text Example


Text Example

White with #2EF244

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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