Html Css Color HEX #2EBF4A Lime Green

📋 copy color: '#2EBF4A'

red 46 ◦ green 191 ◦ blue 74

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

Shades of Lime Green #2EBF4A

Tints of Lime Green #2EBF4A

RGB

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

 GREEN value IS 191 (75% from 255) = 61.41%

 BLUE value IS 74 (29.3% from 255) = 23.79%

R = 14.79%
G = 61.41%
B = 23.79%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#2EBF4A (or 0x2EBF4A) is known color: Lime Green. HEX triplet: 2E, BF and 4A. RGB value is (46,191,74). Sum of RGB (Red+Green+Blue) = 46+191+74=311 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.79% from 311); Green value is 191 (75% from 255 or 61.41% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 191 - color contains mainly: green. Hex color #2EBF4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBF4A is #D140B5. Grayscale: #868686. Windows color (decimal): -13713590 or 4898606. OLE color: 4898606.

HSL color Cylindrical-coordinate representation of color #2EBF4A: hue angle of 131.59º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBF4A is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 191 74 -
CMYK 0.76 0 0.61 0.25
HSL 131.59º 0.61% 0.46% -
HSV(B) 131.59º 0.76% 0.75% -
XYZ 20.99 38.34 12.77 -
YUV 134.31 93.96 65.01 -
System Red Green Blue C M Y K H S L
Decimal 46 191 74 0.76 0 0.61 0.25 131.59 0.61 0.46
Hex 2E BF 4A 4C 0 3D 19 84 3D 2E
Octal 56 277 112 114 0 75 31 204 75 56
Binary 101110 10111111 1001010 1001100 0 111101 11001 10000100 111101 101110

Color Harmonies of #2EBF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBF4A

Black with #2EBF4A

Text Example


Text Example

White with #2EBF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,191,74); }

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

background-color css

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

 a { background-color: rgb(46,191,74); }

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

border-color css

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

 span { border-color: rgb(46,191,74); }

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