Html Css Color HEX #2EFA2F Lime Green

📋 copy color: '#2EFA2F'

red 46 ◦ green 250 ◦ blue 47

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

Shades of Lime Green #2EFA2F

Tints of Lime Green #2EFA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.7%

R = 13.41%
G = 72.89%
B = 13.7%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#2EFA2F (or 0x2EFA2F) is known color: Lime Green. HEX triplet: 2E, FA and 2F. RGB value is (46,250,47). Sum of RGB (Red+Green+Blue) = 46+250+47=343 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.41% from 343); Green value is 250 (98.05% from 255 or 72.89% from 343); Blue value is 47 (18.75% from 255 or 13.70% from 343); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFA2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFA2F is #D105D0. Grayscale: #A6A6A6. Windows color (decimal): -13698513 or 3144238. OLE color: 3144238.

HSL color Cylindrical-coordinate representation of color #2EFA2F: hue angle of 120.29º 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 #2EFA2F is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 250 47 -
CMYK 0.82 0 0.81 0.02
HSL 120.29º 0.95% 0.58% -
HSV(B) 120.29º 0.82% 0.98% -
XYZ 35.83 69.16 14.15 -
YUV 165.86 60.91 42.51 -
System Red Green Blue C M Y K H S L
Decimal 46 250 47 0.82 0 0.81 0.02 120.29 0.95 0.58
Hex 2E FA 2F 52 0 51 2 78 5F 3A
Octal 56 372 57 122 0 121 2 170 137 72
Binary 101110 11111010 101111 1010010 0 1010001 10 1111000 1011111 111010

Color Harmonies of #2EFA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFA2F

Black with #2EFA2F

Text Example


Text Example

White with #2EFA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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