Html Css Color HEX #2EBC3C Lime Green

📋 copy color: '#2EBC3C'

red 46 ◦ green 188 ◦ blue 60

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

Shades of Lime Green #2EBC3C

Tints of Lime Green #2EBC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.41%

R = 15.65%
G = 63.95%
B = 20.41%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#2EBC3C (or 0x2EBC3C) is known color: Lime Green. HEX triplet: 2E, BC and 3C. RGB value is (46,188,60). Sum of RGB (Red+Green+Blue) = 46+188+60=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 188 (73.83% from 255 or 63.95% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBC3C is #D143C3. Grayscale: #838383. Windows color (decimal): -13714372 or 3980334. OLE color: 3980334.

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

Color convert

RGB 46 188 60 -
CMYK 0.76 0 0.68 0.26
HSL 125.92º 0.61% 0.46% -
HSV(B) 125.92º 0.76% 0.74% -
XYZ 19.93 36.87 10.34 -
YUV 130.95 87.96 67.41 -
System Red Green Blue C M Y K H S L
Decimal 46 188 60 0.76 0 0.68 0.26 125.92 0.61 0.46
Hex 2E BC 3C 4C 0 44 1A 7E 3D 2E
Octal 56 274 74 114 0 104 32 176 75 56
Binary 101110 10111100 111100 1001100 0 1000100 11010 1111110 111101 101110

Color Harmonies of #2EBC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBC3C

Black with #2EBC3C

Text Example


Text Example

White with #2EBC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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