Html Css Color HEX #2EF130 Lime Green

📋 copy color: '#2EF130'

red 46 ◦ green 241 ◦ blue 48

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

Shades of Lime Green #2EF130

Tints of Lime Green #2EF130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.33%

R = 13.73%
G = 71.94%
B = 14.33%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#2EF130 (or 0x2EF130) is known color: Lime Green. HEX triplet: 2E, F1 and 30. RGB value is (46,241,48). Sum of RGB (Red+Green+Blue) = 46+241+48=335 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.73% from 335); Green value is 241 (94.53% from 255 or 71.94% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF130 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF130 is #D10ECF. Grayscale: #A1A1A1. Windows color (decimal): -13700816 or 3207470. OLE color: 3207470.

HSL color Cylindrical-coordinate representation of color #2EF130: hue angle of 120.62º degrees, saturation: 0.87, 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 #2EF130 is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 46 241 48 -
CMYK 0.81 0 0.80 0.05
HSL 120.62º 0.87% 0.56% -
HSV(B) 120.62º 0.81% 0.95% -
XYZ 33.12 63.7 13.35 -
YUV 160.69 64.4 46.19 -
System Red Green Blue C M Y K H S L
Decimal 46 241 48 0.81 0 0.80 0.05 120.62 0.87 0.56
Hex 2E F1 30 51 0 50 5 79 57 38
Octal 56 361 60 121 0 120 5 171 127 70
Binary 101110 11110001 110000 1010001 0 1010000 101 1111001 1010111 111000

Color Harmonies of #2EF130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF130

Black with #2EF130

Text Example


Text Example

White with #2EF130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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