Html Css Color HEX #2EFA3F Lime Green

📋 copy color: '#2EFA3F'

red 46 ◦ green 250 ◦ blue 63

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

Shades of Lime Green #2EFA3F

Tints of Lime Green #2EFA3F

RGB

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

 GREEN value IS 250 (98.05% from 255) = 69.64%

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

R = 12.81%
G = 69.64%
B = 17.55%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#2EFA3F (or 0x2EFA3F) is known color: Lime Green. HEX triplet: 2E, FA and 3F. RGB value is (46,250,63). Sum of RGB (Red+Green+Blue) = 46+250+63=359 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.81% from 359); Green value is 250 (98.05% from 255 or 69.64% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFA3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFA3F is #D105C0. Grayscale: #A8A8A8. Windows color (decimal): -13698497 or 4192814. OLE color: 4192814.

HSL color Cylindrical-coordinate representation of color #2EFA3F: hue angle of 125º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFA3F is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 250 63 -
CMYK 0.82 0 0.75 0.02
HSL 125º 0.95% 0.58% -
HSV(B) 125º 0.82% 0.98% -
XYZ 36.21 69.31 16.17 -
YUV 167.69 68.91 41.21 -
System Red Green Blue C M Y K H S L
Decimal 46 250 63 0.82 0 0.75 0.02 125 0.95 0.58
Hex 2E FA 3F 52 0 4B 2 7D 5F 3A
Octal 56 372 77 122 0 113 2 175 137 72
Binary 101110 11111010 111111 1010010 0 1001011 10 1111101 1011111 111010

Color Harmonies of #2EFA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFA3F

Black with #2EFA3F

Text Example


Text Example

White with #2EFA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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