Html Css Color HEX #2EF127 Lime Green

📋 copy color: '#2EF127'

red 46 ◦ green 241 ◦ blue 39

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

Shades of Lime Green #2EF127

Tints of Lime Green #2EF127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.96%

R = 14.11%
G = 73.93%
B = 11.96%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#2EF127 (or 0x2EF127) is known color: Lime Green. HEX triplet: 2E, F1 and 27. RGB value is (46,241,39). Sum of RGB (Red+Green+Blue) = 46+241+39=326 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.11% from 326); Green value is 241 (94.53% from 255 or 73.93% from 326); Blue value is 39 (15.62% from 255 or 11.96% from 326); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF127 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF127 is #D10ED8. Grayscale: #A0A0A0. Windows color (decimal): -13700825 or 2617646. OLE color: 2617646.

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

Color convert

RGB 46 241 39 -
CMYK 0.81 0 0.84 0.05
HSL 117.92º 0.88% 0.55% -
HSV(B) 117.92º 0.84% 0.95% -
XYZ 32.95 63.64 12.47 -
YUV 159.67 59.9 46.93 -
System Red Green Blue C M Y K H S L
Decimal 46 241 39 0.81 0 0.84 0.05 117.92 0.88 0.55
Hex 2E F1 27 51 0 54 5 76 58 37
Octal 56 361 47 121 0 124 5 166 130 67
Binary 101110 11110001 100111 1010001 0 1010100 101 1110110 1011000 110111

Color Harmonies of #2EF127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF127

Black with #2EF127

Text Example


Text Example

White with #2EF127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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