Html Css Color HEX #2EF03F Lime Green

📋 copy color: '#2EF03F'

red 46 ◦ green 240 ◦ blue 63

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

Shades of Lime Green #2EF03F

Tints of Lime Green #2EF03F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 68.77%

 BLUE value IS 63 (25% from 255) = 18.05%

R = 13.18%
G = 68.77%
B = 18.05%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#2EF03F (or 0x2EF03F) is known color: Lime Green. HEX triplet: 2E, F0 and 3F. RGB value is (46,240,63). Sum of RGB (Red+Green+Blue) = 46+240+63=349 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.18% from 349); Green value is 240 (94.14% from 255 or 68.77% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF03F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF03F is #D10FC0. Grayscale: #A2A2A2. Windows color (decimal): -13701057 or 4190254. OLE color: 4190254.

HSL color Cylindrical-coordinate representation of color #2EF03F: hue angle of 125.26º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF03F is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 240 63 -
CMYK 0.81 0 0.74 0.06
HSL 125.26º 0.87% 0.56% -
HSV(B) 125.26º 0.81% 0.94% -
XYZ 33.18 63.26 15.16 -
YUV 161.82 72.23 45.39 -
System Red Green Blue C M Y K H S L
Decimal 46 240 63 0.81 0 0.74 0.06 125.26 0.87 0.56
Hex 2E F0 3F 51 0 4A 6 7D 57 38
Octal 56 360 77 121 0 112 6 175 127 70
Binary 101110 11110000 111111 1010001 0 1001010 110 1111101 1010111 111000

Color Harmonies of #2EF03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF03F

Black with #2EF03F

Text Example


Text Example

White with #2EF03F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,240,63); }

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

background-color css

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

 a { background-color: rgb(46,240,63); }

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

border-color css

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

 span { border-color: rgb(46,240,63); }

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