Html Css Color HEX #2ECD3C Lime Green

📋 copy color: '#2ECD3C'

red 46 ◦ green 205 ◦ blue 60

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

Shades of Lime Green #2ECD3C

Tints of Lime Green #2ECD3C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 65.92%

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

R = 14.79%
G = 65.92%
B = 19.29%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#2ECD3C (or 0x2ECD3C) is known color: Lime Green. HEX triplet: 2E, CD and 3C. RGB value is (46,205,60). Sum of RGB (Red+Green+Blue) = 46+205+60=311 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.79% from 311); Green value is 205 (80.47% from 255 or 65.92% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECD3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECD3C is #D132C3. Grayscale: #8D8D8D. Windows color (decimal): -13710020 or 3984686. OLE color: 3984686.

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

Color convert

RGB 46 205 60 -
CMYK 0.78 0 0.71 0.20
HSL 125.28º 0.63% 0.49% -
HSV(B) 125.28º 0.78% 0.8% -
XYZ 23.77 44.57 11.62 -
YUV 140.93 82.32 60.29 -
System Red Green Blue C M Y K H S L
Decimal 46 205 60 0.78 0 0.71 0.20 125.28 0.63 0.49
Hex 2E CD 3C 4E 0 47 14 7D 3F 31
Octal 56 315 74 116 0 107 24 175 77 61
Binary 101110 11001101 111100 1001110 0 1000111 10100 1111101 111111 110001

Color Harmonies of #2ECD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECD3C

Black with #2ECD3C

Text Example


Text Example

White with #2ECD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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