Html Css Color HEX #2EC348 Lime Green

📋 copy color: '#2EC348'

red 46 ◦ green 195 ◦ blue 72

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

Shades of Lime Green #2EC348

Tints of Lime Green #2EC348

RGB

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

 GREEN value IS 195 (76.56% from 255) = 62.3%

 BLUE value IS 72 (28.52% from 255) = 23%

R = 14.7%
G = 62.3%
B = 23%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#2EC348 (or 0x2EC348) is known color: Lime Green. HEX triplet: 2E, C3 and 48. RGB value is (46,195,72). Sum of RGB (Red+Green+Blue) = 46+195+72=313 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.70% from 313); Green value is 195 (76.56% from 255 or 62.30% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC348 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC348 is #D13CB7. Grayscale: #888888. Windows color (decimal): -13712568 or 4768558. OLE color: 4768558.

HSL color Cylindrical-coordinate representation of color #2EC348: hue angle of 130.47º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC348 is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 46 195 72 -
CMYK 0.76 0 0.63 0.24
HSL 130.47º 0.62% 0.47% -
HSV(B) 130.47º 0.76% 0.76% -
XYZ 21.81 40.08 12.72 -
YUV 136.43 91.64 63.5 -
System Red Green Blue C M Y K H S L
Decimal 46 195 72 0.76 0 0.63 0.24 130.47 0.62 0.47
Hex 2E C3 48 4C 0 3F 18 82 3E 2F
Octal 56 303 110 114 0 77 30 202 76 57
Binary 101110 11000011 1001000 1001100 0 111111 11000 10000010 111110 101111

Color Harmonies of #2EC348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC348

Black with #2EC348

Text Example


Text Example

White with #2EC348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,195,72); }

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

background-color css

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

 a { background-color: rgb(46,195,72); }

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

border-color css

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

 span { border-color: rgb(46,195,72); }

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