Html Css Color HEX #2EBE2F Lime Green

📋 copy color: '#2EBE2F'

red 46 ◦ green 190 ◦ blue 47

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

Shades of Lime Green #2EBE2F

Tints of Lime Green #2EBE2F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 67.14%

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

R = 16.25%
G = 67.14%
B = 16.61%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#2EBE2F (or 0x2EBE2F) is known color: Lime Green. HEX triplet: 2E, BE and 2F. RGB value is (46,190,47). Sum of RGB (Red+Green+Blue) = 46+190+47=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 190 (74.61% from 255 or 67.14% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 190 - color contains mainly: green. Hex color #2EBE2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBE2F is #D141D0. Grayscale: #838383. Windows color (decimal): -13713873 or 3128878. OLE color: 3128878.

HSL color Cylindrical-coordinate representation of color #2EBE2F: hue angle of 120.42º 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 #2EBE2F is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 190 47 -
CMYK 0.76 0 0.75 0.25
HSL 120.42º 0.61% 0.46% -
HSV(B) 120.42º 0.76% 0.75% -
XYZ 20.05 37.61 8.89 -
YUV 130.64 80.79 67.63 -
System Red Green Blue C M Y K H S L
Decimal 46 190 47 0.76 0 0.75 0.25 120.42 0.61 0.46
Hex 2E BE 2F 4C 0 4B 19 78 3D 2E
Octal 56 276 57 114 0 113 31 170 75 56
Binary 101110 10111110 101111 1001100 0 1001011 11001 1111000 111101 101110

Color Harmonies of #2EBE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBE2F

Black with #2EBE2F

Text Example


Text Example

White with #2EBE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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