Html Css Color HEX #2EF12C Lime Green

📋 copy color: '#2EF12C'

red 46 ◦ green 241 ◦ blue 44

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

Shades of Lime Green #2EF12C

Tints of Lime Green #2EF12C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 72.81%

 BLUE value IS 44 (17.58% from 255) = 13.29%

R = 13.9%
G = 72.81%
B = 13.29%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#2EF12C (or 0x2EF12C) is known color: Lime Green. HEX triplet: 2E, F1 and 2C. RGB value is (46,241,44). Sum of RGB (Red+Green+Blue) = 46+241+44=331 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.90% from 331); Green value is 241 (94.53% from 255 or 72.81% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF12C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF12C is #D10ED3. Grayscale: #A0A0A0. Windows color (decimal): -13700820 or 2945326. OLE color: 2945326.

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

Color convert

RGB 46 241 44 -
CMYK 0.81 0 0.82 0.05
HSL 119.39º 0.88% 0.56% -
HSV(B) 119.39º 0.82% 0.95% -
XYZ 33.04 63.67 12.93 -
YUV 160.24 62.4 46.52 -
System Red Green Blue C M Y K H S L
Decimal 46 241 44 0.81 0 0.82 0.05 119.39 0.88 0.56
Hex 2E F1 2C 51 0 52 5 77 58 38
Octal 56 361 54 121 0 122 5 167 130 70
Binary 101110 11110001 101100 1010001 0 1010010 101 1110111 1011000 111000

Color Harmonies of #2EF12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF12C

Black with #2EF12C

Text Example


Text Example

White with #2EF12C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,241,44); }

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

background-color css

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

 a { background-color: rgb(46,241,44); }

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

border-color css

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

 span { border-color: rgb(46,241,44); }

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