Html Css Color HEX #2EBC3F Lime Green

📋 copy color: '#2EBC3F'

red 46 ◦ green 188 ◦ blue 63

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

Shades of Lime Green #2EBC3F

Tints of Lime Green #2EBC3F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 63.3%

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

R = 15.49%
G = 63.3%
B = 21.21%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#2EBC3F (or 0x2EBC3F) is known color: Lime Green. HEX triplet: 2E, BC and 3F. RGB value is (46,188,63). Sum of RGB (Red+Green+Blue) = 46+188+63=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 188 (73.83% from 255 or 63.30% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBC3F is #D143C0. Grayscale: #838383. Windows color (decimal): -13714369 or 4176942. OLE color: 4176942.

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

Color convert

RGB 46 188 63 -
CMYK 0.76 0 0.66 0.26
HSL 127.18º 0.61% 0.46% -
HSV(B) 127.18º 0.76% 0.74% -
XYZ 20.01 36.91 10.77 -
YUV 131.29 89.46 67.16 -
System Red Green Blue C M Y K H S L
Decimal 46 188 63 0.76 0 0.66 0.26 127.18 0.61 0.46
Hex 2E BC 3F 4C 0 42 1A 7F 3D 2E
Octal 56 274 77 114 0 102 32 177 75 56
Binary 101110 10111100 111111 1001100 0 1000010 11010 1111111 111101 101110

Color Harmonies of #2EBC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBC3F

Black with #2EBC3F

Text Example


Text Example

White with #2EBC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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