Html Css Color HEX #2ECC48 Lime Green

📋 copy color: '#2ECC48'

red 46 ◦ green 204 ◦ blue 72

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

Shades of Lime Green #2ECC48

Tints of Lime Green #2ECC48

RGB

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

 GREEN value IS 204 (80.08% from 255) = 63.35%

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

R = 14.29%
G = 63.35%
B = 22.36%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#2ECC48 (or 0x2ECC48) is known color: Lime Green. HEX triplet: 2E, CC and 48. RGB value is (46,204,72). Sum of RGB (Red+Green+Blue) = 46+204+72=322 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.29% from 322); Green value is 204 (80.08% from 255 or 63.35% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECC48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECC48 is #D133B7. Grayscale: #8E8E8E. Windows color (decimal): -13710264 or 4770862. OLE color: 4770862.

HSL color Cylindrical-coordinate representation of color #2ECC48: hue angle of 129.87º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECC48 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 46 204 72 -
CMYK 0.77 0 0.65 0.2
HSL 129.87º 0.63% 0.49% -
HSV(B) 129.87º 0.77% 0.8% -
XYZ 23.89 44.23 13.41 -
YUV 141.71 88.65 59.73 -
System Red Green Blue C M Y K H S L
Decimal 46 204 72 0.77 0 0.65 0.2 129.87 0.63 0.49
Hex 2E CC 48 4D 0 41 14 82 3F 31
Octal 56 314 110 115 0 101 24 202 77 61
Binary 101110 11001100 1001000 1001101 0 1000001 10100 10000010 111111 110001

Color Harmonies of #2ECC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECC48

Black with #2ECC48

Text Example


Text Example

White with #2ECC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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